summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h')
-rw-r--r--TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h b/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h
deleted file mode 100644
index a1da7af1796..00000000000
--- a/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h
+++ /dev/null
@@ -1,45 +0,0 @@
-// -*- c++ -*-
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/NestedUpCalls/Triangle_Test
-//
-// = FILENAME
-// Object_A_i.h
-//
-// = DESCRIPTION
-// This class implements the Object A of the
-// Nested Upcalls - Triangle test.
-//
-// = AUTHORS
-// Michael Kircher
-//
-// ============================================================================
-
-#if !defined (OBJECT_B_IMPL_H)
-# define OBJECT_B_IMPL_H
-
-#include "Triangle_TestS.h"
-
-class Object_A_i : public POA_Object_A
-{
- // = TITLE
- // Implement the <Object_A> IDL interface.
-public:
- Object_A_i (void);
- // Constructor.
-
- virtual ~Object_A_i (void);
- // Destructor.
-
- virtual void foo (Initiator_ptr initiator_ptr,
- CORBA::Environment &env);
-
- virtual void finish (CORBA::Environment &env);
-
- unsigned long finish_two_way_call_;
-};
-
-#endif /* OBJECT_B_IMPL_H */