summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/server.h
blob: 09e5fa5a52b0928da460e2152a0a807d849e988a (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/TAO.h"
#include "orbsvcs/Property/CosPropertyService_i.h"
#include "orbsvcs/Naming/Naming_Utils.h"

#endif /* COSPROPERTYSERVICE_SERVER_H */