Server-side implementation

  class example_object_impl: public example_object_sk{
    void operation_on_object
  	(CORBA::Long a, CORBA::Boolean& b);
  };
  

The last class contains the actual implementation of the object and has to be written by the programmer.


slide: Server implementation