#include <MFrameworkSP.h>
Interface status: |
deprecated |
|
class MFrameworkSP;
Description
Members
Defined in MFrameworkSP
:
Member functions
Interface status: |
deprecated |
Inherited from: MFrameworkSP |
virtual MWAPEngineObserver* Observer()=0;
Description
Intended Usage : Return a pointer to the engine observer (pointer because it could be NULL).
Return value
MWAPEngineObserver * |
A pointer to the MWAPEngineObsever object.
|
|
Interface status: |
deprecated |
Inherited from: MFrameworkSP |
virtual CXmlTaskCoordinator& TaskCoordinator()=0;
Description
Intended Usage : Gets the Task Coordinator.
Return value
CXmlTaskCoordinator & |
A reference to the Task Coordinater.
|
|
Interface status: |
deprecated |
Inherited from: MFrameworkSP |
virtual CLocalContext& LocalContext()=0;
Description
Intended Usage : Gets WAP Local Context.
Return value
CLocalContext & |
A reference to the WAP Local Context.
|
|
Interface status: |
deprecated |
Inherited from: MFrameworkSP |
virtual CWapGCtxClient& GlobalContext()=0;
Description
Intended Usage : Gets WAP Global Context.
Return value
CWapGCtxClient & |
A reference to the WAP Global Context.
|
|
Interface status: |
deprecated |
Inherited from: MFrameworkSP |
virtual CAttributeLookupTable& AttributeLookup()=0;
Description
Intended Usage : Gets the Attribute Look Up Table.
Return value
Interface status: |
deprecated |
Inherited from: MFrameworkSP |
virtual MWtaiPublicObserver& WtaiPublicObserver()=0;
Description
Intended Usage :
Return value
MWtaiPublicObserver & |
A reference to the WtaiPublic observer
|
|