summaryrefslogtreecommitdiff
path: root/orbsvcs/examples/PSS/Server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/examples/PSS/Server_i.h')
-rw-r--r--orbsvcs/examples/PSS/Server_i.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/orbsvcs/examples/PSS/Server_i.h b/orbsvcs/examples/PSS/Server_i.h
deleted file mode 100644
index 768e94d9a42..00000000000
--- a/orbsvcs/examples/PSS/Server_i.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/orbsvcs/examples/PSS
-//
-// = FILENAME
-// Server_i.h
-//
-// = DESCRIPTION
-// This class implements the get_status method in server.idl
-//
-// = AUTHORS
-// Priyanka Gontla <gontla_p@ociweb.com>
-//
-// ============================================================================
-
-#ifndef SERVER_I_H
-#define SERVER_I_H
-#include /**/ "ace/pre.h"
-
-#include "ServerS.h"
-
-class Server_i : public virtual POA_Simple_Server::Server
-{
- public:
-
- Server_i ();
-
- ~Server_i ();
-
- virtual char *get_status (void);
-};
-
-#include /**/ "ace/post.h"
-#endif /* SERVER_I_H */
-