Horus Doc || Corba Reference || Corba   Client Server   Stubs C++   Stubs Java   Servant Generator  

HxServerBase.h

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Marc Navarro            (mnavarro@wins.uva.nl)
00007  */
00008 
00009 #ifndef HxServerBase_h
00010 #define HxServerBase_h
00011 
00012 #include <OB/CORBA.h>
00013 #include "HxCorbaImageRep.h"
00014 #include "HxImageRep.h"
00015 
00016 
00018 class HxServerBase
00019 {
00020 public:
00021 
00022     virtual CORBA::Object_ptr       registerServant(
00023                                         PortableServer::Servant srv) = 0;
00024 
00025     virtual void                    unregisterServant(
00026                                         const PortableServer::ObjectId& oid) = 0;
00027 
00028     virtual PortableServer::Servant getServant(CORBA::Object_ptr obj) = 0;
00029 
00030 };
00031 
00032 #endif

Generated on Tue Feb 3 14:20:11 2004 for CorbaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001