harvesterplugins/notes/inc/notesplugin.h
changeset 17 7d8c8d8f5eab
parent 0 ccd0fd43f247
child 26 367228f82b66
equal deleted inserted replaced
12:993ab30e92fc 17:7d8c8d8f5eab
   124 	RPointerArray<CCalInstance> iNotesInstanceArray;
   124 	RPointerArray<CCalInstance> iNotesInstanceArray;
   125 	
   125 	
   126 	//Notes count
   126 	//Notes count
   127 	TInt iNoteCount;
   127 	TInt iNoteCount;
   128 	
   128 	
       
   129 	//for unit testing.
       
   130 	#ifdef HARVESTERPLUGINTESTER_FRIEND
       
   131 	    friend class CHarvesterPluginTester;
       
   132 	#endif	
       
   133 	
       
   134 	
   129 #ifdef __PERFORMANCE_DATA
   135 #ifdef __PERFORMANCE_DATA
   130     TTime iStartTime;
   136     TTime iStartTime;
   131     TTime iCompleteTime;
   137     TTime iCompleteTime;
   132     void UpdatePerformaceDataL();
   138     void UpdatePerformaceDataL();
   133 #endif
   139 #endif