summaryrefslogtreecommitdiff
path: root/examples/CORBA/Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/CORBA/Test_i.h')
-rw-r--r--examples/CORBA/Test_i.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/CORBA/Test_i.h b/examples/CORBA/Test_i.h
deleted file mode 100644
index dd1e617d1f6..00000000000
--- a/examples/CORBA/Test_i.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-#include "ace/Log_Msg.h"
-#include "Test.hh"
-
-class Test_i
-{
-public:
- virtual void method (long input,
- ACE_CORBA_1 (Environment) &IT_env = ACE_CORBA_1 (default_environment));
-};
-
-DEF_TIE_Test (Test_i)