diff -r ff2fb7658ff7 -r f759b6186ab5 imagehandlingutilities/thumbnailmanager/thumbagdaemon/inc/thumbagdaemon.h --- 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