diff -r 942573423a60 -r fa67e03b87df adaptationlayer/tsy/nokiatsy_dll/inc/cmmphonebookoperationcache.h --- a/adaptationlayer/tsy/nokiatsy_dll/inc/cmmphonebookoperationcache.h Fri Jan 22 10:04:04 2010 +0200 +++ b/adaptationlayer/tsy/nokiatsy_dll/inc/cmmphonebookoperationcache.h Wed Feb 17 13:58:55 2010 +0200 @@ -70,8 +70,8 @@ */ ~CMmPhoneBookOperationCache(); - private: - + protected: + /** * By default Symbian OS constructor is private. */ @@ -117,7 +117,8 @@ // None protected: // Data - // None + // Store information about operation has been canceled or not + TBool iCancelOperation; private: // Data @@ -132,9 +133,6 @@ // To Store the information about no of entries filled in commontsy araay TInt iNumOfEntriesFilled; - - // Store information about operation has been canceled or not - TBool iCancelOperation; // Attribute to Store Entry TPBEntry* iStoreEntry;