predictivesearch/PcsServerClientAPI/inc/CPsPropertyHandler.h
branchRCL_3
changeset 35 4ae315f230bc
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
32:2828b4d142c0 35:4ae315f230bc
    92         * CPsPropertyHandler.
    92         * CPsPropertyHandler.
    93         * Performs the first phase of two phase construction.
    93         * Performs the first phase of two phase construction.
    94         * @param aObserver The object to be used to
    94         * @param aObserver The object to be used to
    95         *                  handle updates from the server.
    95         *                  handle updates from the server.
    96         */
    96         */
    97         CPsPropertyHandler(CPSRequestHandler* aRequestHandler );
    97         CPsPropertyHandler( CPSRequestHandler* aRequestHandler );
    98 
    98 
    99         /**
    99         /**
   100         * ConstructL.
   100         * ConstructL.
   101         * Performs the second phase construction of a
   101         * Performs the second phase construction of a
   102         * CPsPropertyHandler object.
   102         * CPsPropertyHandler object.
   103         */
   103         */
   104         void ConstructL(  );
   104         void ConstructL();
   105         
   105         
   106     private: // Data
   106     private: // Data
   107     	
   107     	
   108     	/**
   108     	/**
   109     	* iRequestHandler, object to RequestHandler through which 
   109     	* iRequestHandler, object to RequestHandler through which 
   110     	* observers will be accessed
   110     	* observers will be accessed
   111     	*/		
   111     	*/
   112 		CPSRequestHandler* iRequestHandler;
   112 		CPSRequestHandler* iRequestHandler;
   113 		
   113 		
   114 		/**
   114 		/**
   115 		* iProperty, property handle used to attach to the property defined
   115 		* iProperty, property handle used to attach to the property defined
   116 		*/
   116 		*/