--- 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;
/**