equal
deleted
inserted
replaced
139 RFs iFs; |
139 RFs iFs; |
140 //Currently used Drive by messaging application |
140 //Currently used Drive by messaging application |
141 TInt iCurrentDrive; |
141 TInt iCurrentDrive; |
142 // CPix indexer |
142 // CPix indexer |
143 CCPixIndexer* iIndexer[EDriveZ+1]; // EDriveZ enum value is 25, so add 1. |
143 CCPixIndexer* iIndexer[EDriveZ+1]; // EDriveZ enum value is 25, so add 1. |
|
144 |
|
145 #ifdef HARVESTERPLUGINTESTER_FRIEND |
|
146 friend class CHarvesterPluginTester; |
|
147 #endif |
144 |
148 |
145 #ifdef __PERFORMANCE_DATA |
149 #ifdef __PERFORMANCE_DATA |
146 TTime iStartTime; |
150 TTime iStartTime; |
147 TTime iCompleteTime; |
151 TTime iCompleteTime; |
148 void UpdatePerformaceDataL(); |
152 void UpdatePerformaceDataL(); |