An example of passing a simple object and returning a simple object.

* description

Client sends an instance of ThreeD, a three dimensional array to Server.

* version

Author: HIRANO Satoshi
Versioin: 1.1

* How to compile and run

c:> horbc ThreeD.java Server.java
c:> horbc -c Client.java

c:> horb		   (start a HORB server in another window)
c:> java horb.examples.passObj.Client [hostname]


* Classes

   Server.java		simple server class
   Client.java		simple client class
   ThreeD.java		Class to be passed

