predictivesearch/PcsServerClientAPI/inc/CPsPropertyHandler.h
branchRCL_3
changeset 35 4ae315f230bc
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- a/predictivesearch/PcsServerClientAPI/inc/CPsPropertyHandler.h	Tue May 11 16:00:21 2010 +0300
+++ b/predictivesearch/PcsServerClientAPI/inc/CPsPropertyHandler.h	Tue May 25 12:26:45 2010 +0300
@@ -94,21 +94,21 @@
         * @param aObserver The object to be used to
         *                  handle updates from the server.
         */
-        CPsPropertyHandler(CPSRequestHandler* aRequestHandler );
+        CPsPropertyHandler( CPSRequestHandler* aRequestHandler );
 
         /**
         * ConstructL.
         * Performs the second phase construction of a
         * CPsPropertyHandler object.
         */
-        void ConstructL(  );
+        void ConstructL();
         
     private: // Data
     	
     	/**
     	* iRequestHandler, object to RequestHandler through which 
     	* observers will be accessed
-    	*/		
+    	*/
 		CPSRequestHandler* iRequestHandler;
 		
 		/**