import "acsexmplHelloWorld.idl";
Public Member Functions | |
void | displayMessage () |
void | badMethod () raises (ACSErrTypeCommon::UnknownEx) |
Interface HelloWorld is very simple and unique in the fact that it derives from ACSComponent directly as opposed to CharacteristicComponent.
void acsexmplHelloWorld::HelloWorld::badMethod | ( | ) | raises (ACSErrTypeCommon::UnknownEx) |
Simple method that throws an ACSException.
void acsexmplHelloWorld::HelloWorld::displayMessage | ( | ) |
Prints "HelloWorld" to the console (where the container that activated this component is running).