imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailserver.h
branchRCL_3
changeset 15 f0aa341a25bf
parent 14 ad31f4183ddc
child 17 ff2fb7658ff7
equal deleted inserted replaced
14:ad31f4183ddc 15:f0aa341a25bf
   460      */ 
   460      */ 
   461     
   461     
   462     TBool IsFormatting();
   462     TBool IsFormatting();
   463   
   463   
   464     inline CThumbnailFetchedChecker& FetchedChecker() const { return *iFetchedChecker; }
   464     inline CThumbnailFetchedChecker& FetchedChecker() const { return *iFetchedChecker; }
       
   465     
       
   466     /**
       
   467      * Check is path in public folder
       
   468      *
       
   469      * @param aPath
       
   470      * @ret 
       
   471      */
       
   472     TBool IsPublicPath( const TDesC& aPath );
       
   473     
   465 protected: // Functions from base classes
   474 protected: // Functions from base classes
   466 
   475 
   467     /**
   476     /**
   468     * From CPolicyServer.
   477     * From CPolicyServer.
   469     * Handles capability checking for certain server requests.
   478     * Handles capability checking for certain server requests.
   526      * Callback for reconnect timer
   535      * Callback for reconnect timer
   527      *
   536      *
   528      * @since S60 v5.0
   537      * @since S60 v5.0
   529      */
   538      */
   530     static TInt ReconnectCallBack(TAny* aAny);
   539     static TInt ReconnectCallBack(TAny* aAny);
   531 
   540     
   532 private:
   541 private:
   533 
   542 
   534     /**
   543     /**
   535      * C++ default constructor
   544      * C++ default constructor
   536      *
   545      *