summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/sum_server_i.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/orbsvcs/examples/ORT/sum_server_i.h
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/sum_server_i.h')
-rw-r--r--TAO/orbsvcs/examples/ORT/sum_server_i.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/TAO/orbsvcs/examples/ORT/sum_server_i.h b/TAO/orbsvcs/examples/ORT/sum_server_i.h
deleted file mode 100644
index ea38c4ae7ab..00000000000
--- a/TAO/orbsvcs/examples/ORT/sum_server_i.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// $Id$
-
-//=============================================================================
-/**
- * @file sum_server_i.h
- *
- * $Id$
- *
- * Implementation header for the "server" IDL interface for the
- * ORT example.
- *
- * @author Priyanka Gontla <gontla_p@ociweb.com>
- */
-//=============================================================================
-
-#ifndef SUM_SERVER_I_H
-#define SUM_SERVER_I_H
-
-#include "sum_serverS.h"
-
-// Must include this header file and link to TAO_IFR_Client.lib
-// to dynamically load this necessary library.
-#include "tao/IFR_Client/IFR_Client_Adapter_Impl.h"
-
-class sum_server_i : public virtual POA_ORT::sum_server
-{
- public:
-
- /// Constructor
- sum_server_i ();
-
- /// add variables method
- CORBA::Long add_variables (CORBA::Long a,
- CORBA::Long b
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
-};
-
-#endif /* SUM_SERVER_I_H */