contentstorage/srvinc/cabackupnotifier.h
changeset 112 dbfb5e38438b
parent 107 b34d53f6acdf
equal deleted inserted replaced
107:b34d53f6acdf 112:dbfb5e38438b
    17 
    17 
    18 #ifndef CABACKUPNOTIFIER_H
    18 #ifndef CABACKUPNOTIFIER_H
    19 #define CABACKUPNOTIFIER_H
    19 #define CABACKUPNOTIFIER_H
    20 
    20 
    21 #include <e32property.h>
    21 #include <e32property.h>
       
    22 #include "caclient_global.h"
    22 
    23 
    23 class CCaStorageProxy;
    24 class CCaStorageProxy;
    24 
    25 
    25 /**
    26 /**
    26  *  CA Backup notifier.
    27  *  CA Backup notifier.
    37 	The backup / restore state of a device.
    38 	The backup / restore state of a device.
    38 
    39 
    39 	@released
    40 	@released
    40 	@publishedAll
    41 	@publishedAll
    41 	*/
    42 	*/
    42 	{
    43 	    {
    43 	ECaBackup       = 1,
    44 	    ECaBackup       = 1,
    44 	ECaRestore      = 2
    45 	    ECaRestore      = 2
    45 	};
    46 	    };
    46 
    47 
    47 public:
    48 public:
    48 
    49 
    49     /**
    50     /**
    50      * Creates an instance of CCaBackupNotifier.
    51      * Creates an instance of CCaBackupNotifier.
    99     /*
   100     /*
   100      * Keeps last state of backup
   101      * Keeps last state of backup
   101      */
   102      */
   102     TInt iLastState;
   103     TInt iLastState;
   103 
   104 
       
   105     CA_CLIENT_TEST_FRIEND_CLASS(TestCaClient)
       
   106     
   104     };
   107     };
   105 
   108 
   106 #endif /* CABACKUPNOTIFIER_H */
   109 #endif /* CABACKUPNOTIFIER_H */
   107 
   110 
   108 // End of File
   111 // End of File