plugins/contacts/symbian/contactsmodel/cntsrv/inc/ccntfilemanagermsghandler.h
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
    25 
    25 
    26 #ifndef CNTFILEMANAGERMSGHANDLER_H
    26 #ifndef CNTFILEMANAGERMSGHANDLER_H
    27 #define CNTFILEMANAGERMSGHANDLER_H
    27 #define CNTFILEMANAGERMSGHANDLER_H
    28 
    28 
    29 class CCntMsgHandler;
    29 class CCntMsgHandler;
    30 class CntPredictiveSearch;
    30 
    31 /**
    31 /**
    32 CCntFileManagerMsgHandler class handles all file related operations. It uses
    32 CCntFileManagerMsgHandler class handles all file related operations. It uses
    33 a message handling method to handle the incoming op code.
    33 a message handling method to handle the incoming op code.
    34 
    34 
    35 It delegates the incoming op code to appropriate message handling method by using
    35 It delegates the incoming op code to appropriate message handling method by using
    87 	void DefinitionsOfExistingViewsL(const RMessage2& aMessage);
    87 	void DefinitionsOfExistingViewsL(const RMessage2& aMessage);
    88 
    88 
    89 private:
    89 private:
    90 	void FileOpenCreateReplaceL(const RMessage2& aMessage, TCntFileMode aMode);
    90 	void FileOpenCreateReplaceL(const RMessage2& aMessage, TCntFileMode aMode);
    91 	
    91 	
    92 private:
       
    93 	CntPredictiveSearch* predictiveSearch;
       
    94 	};
    92 	};
    95 	
    93 	
    96 #endif
    94 #endif