Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::boot::HelloWorldInterface Class Reference#include <HelloWorldInterface.h>
Inheritance diagram for acdk::boot::HelloWorldInterface:
List of all members.
Detailed Description
A General Interface to say an user Hello.
- Author:
- Roger Rene Kommer (kommer@artefaktur.com)
- Version:
- Revision
- 1.15
- Date:
- Date
- 2005/04/08 10:53:16
- See also:
- Arrays
<a href="class_acdk__boot__HelloWorldInterface.html">RHelloWorldInterface</a> hw = new HelloWord();
hw->toString();
|
This is a paragraph with a Reference to Arrays.
This is only a line.
The next line resumes.
Member Function Documentation
virtual RString acdk::boot::HelloWorldInterface::getGreetings |
( |
|
) |
[pure virtual] |
|
virtual void acdk::boot::HelloWorldInterface::sayHello |
( |
IN(RString) |
username |
) |
[pure virtual] |
|
|