equal
deleted
inserted
replaced
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 |