summaryrefslogtreecommitdiff
path: root/TAO/examples/Buffered_Oneways/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Buffered_Oneways/test_i.h')
-rw-r--r--TAO/examples/Buffered_Oneways/test_i.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/TAO/examples/Buffered_Oneways/test_i.h b/TAO/examples/Buffered_Oneways/test_i.h
deleted file mode 100644
index 6e961230a82..00000000000
--- a/TAO/examples/Buffered_Oneways/test_i.h
+++ /dev/null
@@ -1,43 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/examples/Buffered_Oneways/
-//
-// = FILENAME
-// test_i.h
-//
-// = AUTHOR
-// Irfan Pyarali
-//
-// ============================================================================
-
-#ifndef TAO_BUFFERED_ONEWAYS_TEST_I_H
-#define TAO_BUFFERED_ONEWAYS_TEST_I_H
-
-#include "testS.h"
-
-class test_i : public POA_test
-{
- // = TITLE
- // Simple implementation.
- //
-public:
- test_i (CORBA::ORB_ptr orb);
- // ctor.
-
- // = The test interface methods.
- void method (CORBA::ULong request_number,
- CORBA::Environment &)
- ACE_THROW_SPEC (());
-
- void shutdown (CORBA::Environment &)
- ACE_THROW_SPEC (());
-
-private:
- CORBA::ORB_var orb_;
- // The ORB.
-};
-
-#endif /* TAO_BUFFERED_ONEWAYS_TEST_I_H */