predictivesearch/PcsServer/inc/CPcsSession.h
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
child 13 a6539d1e8e43
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include "CPsSettings.h"
    23 #include "CPsSettings.h"
    24 
    24 
    25 // FORWARD DECLARATIONS
    25 // FORWARD DECLARATIONS
    26 class CPcsServer;
    26 class CPcsServer;
       
    27 class CPsQuery;
    27 
    28 
    28 /**
    29 /**
    29  * Represents a session (version 2) for a client thread on 
    30  * Represents a session (version 2) for a client thread on 
    30  * the server side
    31  * the server side
    31  */
    32  */
   117 		/**
   118 		/**
   118 		 * Service method to shutdown the server
   119 		 * Service method to shutdown the server
   119 		 */
   120 		 */
   120 		void ShutdownServerL(const RMessage2& aMessage);
   121 		void ShutdownServerL(const RMessage2& aMessage);
   121 
   122 
       
   123 		/**
       
   124 		 * Utility function for reading search query from message
       
   125 		 */
       
   126 		static CPsQuery* ReadQueryLC( TInt aParam, const RMessage2& aMessage );
       
   127 		
   122     private:
   128     private:
   123     
   129     
   124         /**
   130         /**
   125          * Reference to server (not owned)
   131          * Reference to server (not owned)
   126          */
   132          */