gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
Private Member Functions | |
void | getObjectPointer (string name, out Object objectPointer) |
void | shutdown () |
shut down the communicator on the remote host More... | |
This network protocol specifies the class ORBICE. The methods specified here must be overloaded in your language by your equivalent of the ORBOriginator class which has been written for C++.
Definition at line 28 of file ORBICE.ice.
|
private |
Given a name, this will return the idempotent class objectPointer to be passed over the network. This method is called on the ORBOriginator by a call over the network using the ORBReplicator::getObjectPointer method.
name | The name used to register the desired class using ORBOriginator::addClass |
objectPointer | If it exists, the idempotent pointer to be replicated on the ORBReplicator thread. If it doesn't exist, then NULL. |
|
private |
shut down the communicator on the remote host
GTK+ IOStream
Beta
|