/* -*- C++ -*- */ //============================================================================= /** * @file server.h * * Test server for the CosPropertyService. * * @author Alexander Babu Arulanthu */ //============================================================================= #ifndef COSPROPERTYSERVICE_SERVER_H #define COSPROPERTYSERVICE_SERVER_H #include "orbsvcs/Property/CosPropertyService_i.h" #include "orbsvcs/Naming/Naming_Client.h" #endif /* COSPROPERTYSERVICE_SERVER_H */