summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/server.h
blob: 4c9fd930d7a8b98a5b10171750f4cc1c1636a8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* -*- C++ -*- */

//=============================================================================
/**
 *  @file    server.h
 *
 *  $Id$
 *
 *  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 */