summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Property/server.h')
-rw-r--r--TAO/orbsvcs/tests/Property/server.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Property/server.h b/TAO/orbsvcs/tests/Property/server.h
new file mode 100644
index 00000000000..42d21922d35
--- /dev/null
+++ b/TAO/orbsvcs/tests/Property/server.h
@@ -0,0 +1,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/Utils/ORB_Manager.h"
+#include "orbsvcs/Property/CosPropertyService_i.h"
+#include "orbsvcs/Naming/Naming_Client.h"
+
+#endif /* COSPROPERTYSERVICE_SERVER_H */