imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailserversession.h
branchRCL_3
changeset 9 dea39715fc05
parent 7 2eb74cf6572e
child 10 ee674526fac5
equal deleted inserted replaced
8:7403edfcf0fb 9:dea39715fc05
   255     
   255     
   256     /**
   256     /**
   257      * Checks if client thread is still alive and RMessage2 handle valid.
   257      * Checks if client thread is still alive and RMessage2 handle valid.
   258      *
   258      *
   259      * @since S60 v5.0
   259      * @since S60 v5.0
   260      * @param aMessage Message.
   260      */
   261      */
   261     TBool ClientThreadAlive();    
   262     TBool ClientThreadAlive(RMessage2& aMessage);    
       
   263     
   262     
   264 private:
   263 private:
   265     // data
   264     // data
   266     /**
   265     /**
   267      * Temporary store for any bitmaps fetched from the store.
   266      * Temporary store for any bitmaps fetched from the store.
   293      * Own.
   292      * Own.
   294      */
   293      */
   295     TDesC8* iBuffer;
   294     TDesC8* iBuffer;
   296     
   295     
   297     TInt iBitmapHandle;
   296     TInt iBitmapHandle;
       
   297     
       
   298     // client thread from RMessage2
       
   299     RThread iClientThread;
   298 };
   300 };
   299 
   301 
   300 #endif // THUMBNAILSERVERSESSION_H
   302 #endif // THUMBNAILSERVERSESSION_H