#include <hello.hh>
Inheritance diagram for RemoteHello:
Definition at line 117 of file hello.hh.
|
Constructor. You don't call this directly. Usually you won't be creating Vobjects remotely, but finding them with Vobject::findObject(), Vobject::findObjectFromRoot(), etc. Definition at line 115 of file hello.cc. Referenced by new_RemoteHello(). |
|
|
|
The method we are virtualizing. Here we simply supply the interface. This allows the application to simply interact with objects of type "Hello" and not care at all whether the object is local or remote. Implements Hello. |
|
This will dispatch a request message to this remote object's local peer object, and wait for a response.
Implements Hello. |
|
|
|
Since constructors are not quite normal functions, we have a wrapper around the constructor which VOS can store and call to create an object with this type extension.
Definition at line 169 of file hello.cc. Referenced by Hello::registerExtenders(). |