2005/5/9

     
 

class SayHelloInterface

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::tools::aunit::SayHelloInterface Class Reference

#include <SayHelloInterface.h>

Inheritance diagram for acdk::tools::aunit::SayHelloInterface:

acdk::tools::aunit::SayHelloInterfaceImpl List of all members.

Detailed Description

Sample interface to demonstrate and Test ACDK DMI features.


Public Member Functions

virtual RString sayHello (IN(RString) sayto)=0
 Should print Hello message console.


Member Function Documentation

virtual RString acdk::tools::aunit::SayHelloInterface::sayHello IN(RString sayto  )  [pure virtual]
 

Should print Hello message console.

Returns:
the printed message

Implemented in acdk::tools::aunit::SayHelloInterfaceImpl.