Public Member Functions | |
| ServiceManagerInterface () | |
| ~ServiceManagerInterface () | |
| bool | IsValid () |
| bool | SendMessage (DesktopCommunicationMessage *pMessage) |
| DesktopCommunicationMessage * | NewMessage (const String &szType, int &uiTransactionID) |
| DesktopCommunicationMessage * | WaitMessage (int iTimeoutInMsecs, int uiTransactionID) |
Static Public Member Functions | |
| static ServiceManagerInterface * | Get () |
Classes | |
| class | Private |
This class is used internally to connect to the service manager
| ServiceManagerInterface::ServiceManagerInterface | ( | ) |
Construct a Service Manager interface
| ServiceManagerInterface::~ServiceManagerInterface | ( | ) |
| ServiceManagerInterface * ServiceManagerInterface::Get | ( | ) | [static] |
Get interface to the Service Manager
| bool ServiceManagerInterface::IsValid | ( | ) |
| bool ServiceManagerInterface::SendMessage | ( | DesktopCommunicationMessage * | pMessage | ) |
| DesktopCommunicationMessage * ServiceManagerInterface::NewMessage | ( | const String & | szType, | |
| int & | uiTransactionID | |||
| ) |
| DesktopCommunicationMessage * ServiceManagerInterface::WaitMessage | ( | int | iTimeoutInMsecs, | |
| int | uiTransactionID | |||
| ) |
1.5.1-p1