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

// ============================================================================
//
// = LIBRARY
//    TAO/orbsvcs/tests/CosPropertyService
//
// = FILENAME
//    server.h
//
// = DESCRIPTION
//    Test server for the CosPropertyService.
//
// = AUTHORS
//    Alexander Babu Arulanthu <alex.cs.wustl.edu>
//
// ============================================================================

#ifndef COSPROPERTYSERVICE_SERVER_H
#define COSPROPERTYSERVICE_SERVER_H

#include "tao/PortableServer/ORB_Manager.h"
#include "orbsvcs/Property/CosPropertyService_i.h"
#include "orbsvcs/Naming/Naming_Client.h"

#endif /* COSPROPERTYSERVICE_SERVER_H */