|
|
|
|
Location:
mframeworksp.h
class MFrameworkSP;
Defined in MFrameworkSP:
AttributeLookup(), GlobalContext(), LocalContext(), Observer(), TaskCoordinator(), WtaiPublicObserver()
virtual MWAPEngineObserver *Observer()=0;
Intended Usage : Return a pointer to the engine observer (pointer because it could be NULL).
|
virtual CXmlTaskCoordinator &TaskCoordinator()=0;
Intended Usage : Gets the Task Coordinator.
|
virtual CLocalContext &LocalContext()=0;
Intended Usage : Gets WAP Local Context.
|
virtual CWapGCtxClient &GlobalContext()=0;
Intended Usage : Gets WAP Global Context.
|
virtual CAttributeLookupTable &AttributeLookup()=0;
Intended Usage : Gets the Attribute Look Up Table.
|
virtual MWtaiPublicObserver &WtaiPublicObserver()=0;
Intended Usage :
|