contentstorage/srvinc/cabackupnotifier.h
changeset 115 3ab5c078b490
parent 109 e0aa398e6810
--- a/contentstorage/srvinc/cabackupnotifier.h	Wed Aug 18 10:05:49 2010 +0300
+++ b/contentstorage/srvinc/cabackupnotifier.h	Thu Sep 02 20:45:03 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 */