emailuis/emailui/inc/FreestyleEmailUiCLSListsHandler.h
branchRCL_3
changeset 26 968773a0b6ef
parent 0 8466d47a6819
equal deleted inserted replaced
25:3533d4323edc 26:968773a0b6ef
   123 	void SetObserver( MFSEmailUiClsListsObserver* aClsListObserver );
   123 	void SetObserver( MFSEmailUiClsListsObserver* aClsListObserver );
   124 	void SetCurrentMailboxL( CFSMailBox* aMailBox );
   124 	void SetCurrentMailboxL( CFSMailBox* aMailBox );
   125 
   125 
   126 	void OperationErrorL( TInt aErrorCode );
   126 	void OperationErrorL( TInt aErrorCode );
   127 	
   127 	
       
   128 	TBool UseLastNameFirstOrder();
       
   129 	
   128 protected:
   130 protected:
   129 
   131 
   130     /**
   132     /**
   131      * C++ default constructor.
   133      * C++ default constructor.
   132      *
   134      *
   238     // Reference to current mailbox
   240     // Reference to current mailbox
   239     CFSMailBox* 						iMailBox;
   241     CFSMailBox* 						iMailBox;
   240 
   242 
   241     TBool                               iRemoteLookupSupported;
   243     TBool                               iRemoteLookupSupported;
   242   
   244   
       
   245     TBool                               iUseLastNameFirstOrder;
   243     };
   246     };
   244 
   247 
   245 #endif  // FREESTYLEEMAILUICLSLISTSHANDLER_H
   248 #endif  // FREESTYLEEMAILUICLSLISTSHANDLER_H
   246 
   249 
   247 // End of File
   250 // End of File