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 HxTestServant_h 00010 #define HxTestServant_h 00011 00012 #include <OB/CORBA.h> 00013 #include "HxCorbaTest_skel.h" 00014 00015 00017 class HxTestServant : public POA_HxCorba::Test 00018 { 00019 public: 00020 HxTestServant(); 00021 virtual ~HxTestServant(); 00022 00023 virtual CORBA::Long printMessage(const char* msg) 00024 throw(CORBA::SystemException); 00025 }; 00026 00027 #endif