summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/COOL/cubit_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Cubit/COOL/cubit_impl.h')
-rw-r--r--TAO/tests/Cubit/COOL/cubit_impl.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tests/Cubit/COOL/cubit_impl.h b/TAO/tests/Cubit/COOL/cubit_impl.h
deleted file mode 100644
index f6651687b88..00000000000
--- a/TAO/tests/Cubit/COOL/cubit_impl.h
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#ifndef cubit_ih
-#define cubit_ih
-
-#include "cubit.H"
-
-class Cubit_Impl {
-
-public:
- virtual CORBA_Octet cube_octet (CORBA_Octet o, CORBA_Environment &IT_env=_environment);
- virtual CORBA_Short cube_short (CORBA_Short s, CORBA_Environment &IT_env=_environment);
- virtual CORBA_Long cube_long (CORBA_Long l, CORBA_Environment &IT_env=_environment);
- virtual Cubit::Many cube_struct (const Cubit::Many& values, CORBA_Environment &IT_env=_environment);
- virtual Cubit::oneof cube_union (const Cubit::oneof& values, CORBA_Environment &IT_env=_environment);
- virtual void please_exit (CORBA_Environment &IT_env=_environment);
-};
-
-
-#endif