diff -r 79d62d1d7957 -r 493788a4a8a4 omadrm/drmengine/notifier/inc/DRMNotifierClient.h --- a/omadrm/drmengine/notifier/inc/DRMNotifierClient.h Tue Feb 02 00:21:44 2010 +0200 +++ b/omadrm/drmengine/notifier/inc/DRMNotifierClient.h Fri Apr 16 15:14:55 2010 +0300 @@ -11,7 +11,7 @@ * * Contributors: * -* Description: This class handles communications between a notifier client & +* Description: This class handles communications between a notifier client & * DRM server in DRM notifier. * */ @@ -22,7 +22,7 @@ #define RDRMNOTIFIERCLIENT_H // INCLUDES -#include +#include #include // CONSTANTS @@ -36,7 +36,7 @@ /** * This class handles all client/server communications. -* +* * @lib DRMCommon.dll * @since S60Rel2.6 */ @@ -46,16 +46,16 @@ /** * C++ default constructor. */ - RDRMNotifierClient(TDRMEventType* aEventType, TDRMEventType* aEventTypeWait, + RDRMNotifierClient(TDRMEventType* aEventType, TDRMEventType* aEventTypeWait, TPtr8* aPtr, TPtr8* aWaitPtr); - + /** * Destructor. */ virtual ~RDRMNotifierClient(); - + public: // New functions - + /** * This method opens a connection to the server. * @since S60Rel2.6 @@ -72,7 +72,7 @@ * @since S60Rel2.6 * @param aStatus the status will be updated when the a notification * has been received - * @return none + * @return none */ void WaitForCompletion( TRequestStatus& aStatus ); @@ -86,7 +86,7 @@ * @since S60Rel2.6 * @param aStatus the status will be updated when all notifications have * been forwarded - * @return none + * @return none */ void SendEvent( TRequestStatus& aStatus ); @@ -100,7 +100,7 @@ * @since S60Rel2.6 * @param aEventType the event type to listen to * @param aURI optional URI to limit the C/S communication - * @return none + * @return none */ void RegisterForType( TDRMEventType aEventType, HBufC8* aURI = 0 ); @@ -108,14 +108,14 @@ /** * UnRegisterFromType * - * Unregister from the server from listening to specific event types, - * if a URI is provided notifications of the type that have that URI + * Unregister from the server from listening to specific event types, + * if a URI is provided notifications of the type that have that URI * as affected URI will get unregistered * * @since S60Rel2.6 * @param aEventType the event type to listen to * @param aURI optional URI to limit the C/S communication - * @return none + * @return none */ void UnRegisterFromType( TDRMEventType aEventType, HBufC8* aURI = 0 ); @@ -131,13 +131,13 @@ */ void CancelRequest(); - + public: // Functions from base classes - void Close(); + void Close(); protected: // New functions - + protected: // Functions from base classes - + private: // Prohibit copy constructor @@ -153,12 +153,12 @@ TPtr8* iData; TPtr8* iWaitData; TPckg numdata; - + public: // Friend classes protected: // Friend classes private: // Friend classes }; #endif // RDRMNOTIFIERCLIENT_H - + // End of File