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

HxRegistryServant.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 HxRegistryServant_h
00010 #define HxRegistryServant_h
00011 
00012 #include <OB/CORBA.h>
00013 #include "HxCorbaRegistry_skel.h"
00014 
00015 
00017 class HxRegistryServant : public POA_HxCorba::Registry
00018 {
00019 public:
00020                                 HxRegistryServant();
00021     virtual                     ~HxRegistryServant();
00022 
00023     virtual HxCorba::NameList*  getKeyNames(const char* cursorKey)
00024                                         throw(CORBA::SystemException);
00025     virtual HxCorba::NameList*  getValueNames(const char* cursorKey)
00026                                         throw(CORBA::SystemException);
00027     virtual HxCorba::NameList*  getValueData(const char* cursorKey)
00028                                         throw(CORBA::SystemException);
00029  
00030 };
00031 
00032 #endif

Generated on Mon Jan 27 15:20:51 2003 for CorbaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001