imagehandlingutilities/thumbnailmanager/thumbagdaemon/inc/thumbagdaemon.h
branchGCC_SURGE
changeset 32 a0ee3f735f8b
parent 29 4bdfb6b5c9b4
equal deleted inserted replaced
26:ea43e3e86079 32:a0ee3f735f8b
    25 #include <mdesession.h>
    25 #include <mdesession.h>
    26 
    26 
    27 #include "thumbagprocessor.h"
    27 #include "thumbagprocessor.h"
    28 #include "tmshutdownobserver.h"
    28 #include "tmshutdownobserver.h"
    29 #include "thumbnaillog.h"
    29 #include "thumbnaillog.h"
       
    30 #include "thumbagimageobserver.h"
       
    31 #include "thumbagcameraobserver.h"
       
    32 #include "thumbagaudioobserver.h"
       
    33 #include "thumbagvideoobserver.h"
    30 
    34 
    31 
    35 
    32 /**
    36 /**
    33  *  ThumbAG daemon.
    37  *  ThumbAG daemon.
    34  *
    38  *
   171     TBool iShutdown;
   175     TBool iShutdown;
   172  
   176  
   173     // reconnect timer
   177     // reconnect timer
   174     CPeriodic* iReconnect;
   178     CPeriodic* iReconnect;
   175     
   179     
       
   180     TBool iSessionError;
       
   181     
   176 #ifdef _DEBUG
   182 #ifdef _DEBUG
   177     TUint32 iAddCounter;
   183     TUint32 iAddCounter;
   178     TUint32 iModCounter;
       
   179     TUint32 iDelCounter;
   184     TUint32 iDelCounter;
   180 #endif
   185 #endif
       
   186     
       
   187     //observers
       
   188     CThumbAGImageObserver* iImageObserver;
       
   189     CThumbAGCameraObserver* iCameraObserver;
       
   190     CThumbAGAudioObserver* iAudioObserver;
       
   191     CThumbAGVideoObserver* iVideoObserver;
   181 };
   192 };
   182 
   193 
   183 #endif // THUMBAGDAEMON_H
   194 #endif // THUMBAGDAEMON_H