Client's classes:
-
CounterClient - user's code for initializing client's ORB, getting reference, increment to 1000, outputting the average count time.
-
Counter.Count - generated interface.
-
Counter._CountStub - generated client stub.
-
Counter.CountHelper - generated class to get the repository id, get the typecode, and reading and writing the type from and to a stream.
-
Counter.CountHolder - generated class for out and inout parameter passing modes.
|