imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailserversession.h
changeset 15 7197e789b953
parent 14 2edacbf5d3f9
child 17 ffa62e555b02
equal deleted inserted replaced
14:2edacbf5d3f9 15:7197e789b953
   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