Hello Class Reference
#include <vostut7hello.hh>
Inheritance diagram for Hello:

Detailed Description
Definition at line 38 of file vostut7hello.hh.
Public Member Functions
- virtual std::string hello (const std::string &s)=0
- virtual const std::string getVOSType ()
Protected Member Functions
- Hello (VOS::VobjectBase *superobject)
Constructor & Destructor Documentation
| Hello::Hello | ( | VOS::VobjectBase * | superobject | ) | [protected] |
Definition at line 17 of file vostut7hello.cc.
Member Function Documentation
| const std::string Hello::getVOSType | ( | ) | [virtual] |
- Returns:
- the specific VOS type name that represents the VOS interface this object is supplying. This should always be overridden by the subclass.
Reimplemented from VOS::MetaObject.
Definition at line 24 of file vostut7hello.cc.
| virtual std::string Hello::hello | ( | const std::string & | s | ) | [pure virtual] |
Implemented in RemoteHello, and LocalHello.
The documentation for this class was generated from the following files:
- /home/tetron/hack/vos/apps/tutorials/vostut7hello.hh
- /home/tetron/hack/vos/apps/tutorials/vostut7hello.cc