blob: 2f1b1e213c04e91bf1ba2ddd6e003af2041b0843 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* -*- C++ -*- */
//=============================================================================
/**
* @file server.h
*
* Test server for the CosPropertyService.
*
* @author Alexander Babu Arulanthu <alex.cs.wustl.edu>
*/
//=============================================================================
#ifndef COSPROPERTYSERVICE_SERVER_H
#define COSPROPERTYSERVICE_SERVER_H
#include "orbsvcs/Property/CosPropertyService_i.h"
#include "orbsvcs/Naming/Naming_Client.h"
#endif /* COSPROPERTYSERVICE_SERVER_H */
|