imagehandlingutilities/thumbnailmanager/thumbagdaemon/inc/thumbagdaemon.h
branchRCL_3
changeset 37 f759b6186ab5
parent 21 ad31f4183ddc
--- a/imagehandlingutilities/thumbnailmanager/thumbagdaemon/inc/thumbagdaemon.h	Mon Jun 21 16:00:46 2010 +0300
+++ b/imagehandlingutilities/thumbnailmanager/thumbagdaemon/inc/thumbagdaemon.h	Thu Jul 15 18:59:26 2010 +0300
@@ -27,6 +27,10 @@
 #include "thumbagprocessor.h"
 #include "tmshutdownobserver.h"
 #include "thumbnaillog.h"
+#include "thumbagimageobserver.h"
+#include "thumbagcameraobserver.h"
+#include "thumbagaudioobserver.h"
+#include "thumbagvideoobserver.h"
 
 
 /**
@@ -177,9 +181,14 @@
     
 #ifdef _DEBUG
     TUint32 iAddCounter;
-    TUint32 iModCounter;
     TUint32 iDelCounter;
 #endif
+    
+    //observers
+    CThumbAGImageObserver* iImageObserver;
+    CThumbAGCameraObserver* iCameraObserver;
+    CThumbAGAudioObserver* iAudioObserver;
+    CThumbAGVideoObserver* iVideoObserver;
 };
 
 #endif // THUMBAGDAEMON_H