summaryrefslogtreecommitdiff
path: root/orbsvcs/examples/PSS/Server.idl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/examples/PSS/Server.idl')
-rw-r--r--orbsvcs/examples/PSS/Server.idl31
1 files changed, 0 insertions, 31 deletions
diff --git a/orbsvcs/examples/PSS/Server.idl b/orbsvcs/examples/PSS/Server.idl
deleted file mode 100644
index b9edd30e302..00000000000
--- a/orbsvcs/examples/PSS/Server.idl
+++ /dev/null
@@ -1,31 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/orbsvcs/examples/PSS
-//
-// = FILENAME
-// Server.idl
-//
-// = AUTHOR
-// Priyanka Gontla <gontla_p@ociweb.com>
-//
-// ============================================================================
-
-#ifndef TAO_SERVER_IDL
-#define TAO_SERVER_IDL
-
-#pragma prefix "omg.org"
-
-module Simple_Server
-{
- interface Server
- {
- string get_status ();
- };
-
-};
-
-#endif /* TAO_SERVER_IDL */