|
||
class MObexAuthChallengeHandler;
This class is the common base class for any object which wishes to use the Obex Server or Client. The class which owns a CObexClient
or CObexServer
must be provide an object derived from this class to handle the call from the Server/Client for a request for a Password.
Defined in MObexAuthChallengeHandler
:
GetUserPasswordL(const TDesC &)
Indicates that the server/client has received an Authentication challenge. The c...MOACH_ExtensionInterfaceL(TUid,void *&)
Returns a null aObject if the extension is not implemented, or a pointer to anot...CObex::SetCallBack(MObexAuthChallengeHandler &)
Sets the authentication challenge handler.virtual void GetUserPasswordL(const TDesC &aRealm)=0;
Indicates that the server/client has received an Authentication challenge. The challenge can only be responded to once a password
has been retrieved by some means and passed back to the calling class. The password is passed back via CObex::UserPasswordL(const TDesC &)
|
IMPORT_C virtual void MOACH_ExtensionInterfaceL(TUid aInterface, void *&aObject);
Returns a null aObject if the extension is not implemented, or a pointer to another interface if it is.
|