diff -r ea43e3e86079 -r a0ee3f735f8b imagehandlingutilities/thumbnailmanager/thumbagdaemon/inc/thumbagdaemon.h --- a/imagehandlingutilities/thumbnailmanager/thumbagdaemon/inc/thumbagdaemon.h Tue Jun 15 14:30:57 2010 +0100 +++ b/imagehandlingutilities/thumbnailmanager/thumbagdaemon/inc/thumbagdaemon.h Thu Jul 22 16:37:07 2010 +0100 @@ -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" /** @@ -173,11 +177,18 @@ // reconnect timer CPeriodic* iReconnect; + TBool iSessionError; + #ifdef _DEBUG TUint32 iAddCounter; - TUint32 iModCounter; TUint32 iDelCounter; #endif + + //observers + CThumbAGImageObserver* iImageObserver; + CThumbAGCameraObserver* iCameraObserver; + CThumbAGAudioObserver* iAudioObserver; + CThumbAGVideoObserver* iVideoObserver; }; #endif // THUMBAGDAEMON_H