smf/smfservermodule/smfserver/server/smfserversymbian_p.h
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
equal deleted inserted replaced
7:be09cf1f39dd 10:77a56c951f86
   204 	void resultsAvailable(QByteArray* parsedData,SmfError error);
   204 	void resultsAvailable(QByteArray* parsedData,SmfError error);
   205 	/**
   205 	/**
   206 	 * Called by the SmfServer when client authorization finishes.
   206 	 * Called by the SmfServer when client authorization finishes.
   207 	 * @param success success of the authorization
   207 	 * @param success success of the authorization
   208 	 */
   208 	 */
   209 	void clientathorizationFinished(bool success);
   209 	void clientAuthorizationFinished(bool success);
   210 protected:
   210 protected:
   211     //TMessageParams ReadMessageAndRetrieveParams (const RMessage2 & aMessage);
   211     //TMessageParams ReadMessageAndRetrieveParams (const RMessage2 & aMessage);
   212     void PanicClient(const RMessage2 & aMessage, TInt aPanic) const;
   212     void PanicClient(const RMessage2 & aMessage, TInt aPanic) const;
   213     /**
   213     /**
   214      * Called by ServiceL()
   214      * Called by ServiceL()