imagehandlingutilities/thumbnailmanager/thumbagdaemon/inc/thumbagdaemon.h
branchRCL_3
changeset 19 f759b6186ab5
parent 14 ad31f4183ddc
equal deleted inserted replaced
17:ff2fb7658ff7 19:f759b6186ab5
    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  *
   175     
   179     
   176     TBool iSessionError;
   180     TBool iSessionError;
   177     
   181     
   178 #ifdef _DEBUG
   182 #ifdef _DEBUG
   179     TUint32 iAddCounter;
   183     TUint32 iAddCounter;
   180     TUint32 iModCounter;
       
   181     TUint32 iDelCounter;
   184     TUint32 iDelCounter;
   182 #endif
   185 #endif
       
   186     
       
   187     //observers
       
   188     CThumbAGImageObserver* iImageObserver;
       
   189     CThumbAGCameraObserver* iCameraObserver;
       
   190     CThumbAGAudioObserver* iAudioObserver;
       
   191     CThumbAGVideoObserver* iVideoObserver;
   183 };
   192 };
   184 
   193 
   185 #endif // THUMBAGDAEMON_H
   194 #endif // THUMBAGDAEMON_H