contentstorage/srvinc/cabackupnotifier.h
changeset 112 dbfb5e38438b
parent 107 b34d53f6acdf
--- a/contentstorage/srvinc/cabackupnotifier.h	Fri Aug 06 13:40:46 2010 +0300
+++ b/contentstorage/srvinc/cabackupnotifier.h	Wed Aug 18 10:39:24 2010 +0300
@@ -19,6 +19,7 @@
 #define CABACKUPNOTIFIER_H
 
 #include <e32property.h>
+#include "caclient_global.h"
 
 class CCaStorageProxy;
 
@@ -39,10 +40,10 @@
 	@released
 	@publishedAll
 	*/
-	{
-	ECaBackup       = 1,
-	ECaRestore      = 2
-	};
+	    {
+	    ECaBackup       = 1,
+	    ECaRestore      = 2
+	    };
 
 public:
 
@@ -101,6 +102,8 @@
      */
     TInt iLastState;
 
+    CA_CLIENT_TEST_FRIEND_CLASS(TestCaClient)
+    
     };
 
 #endif /* CABACKUPNOTIFIER_H */