summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/namespace_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/namespace_check.cpp')
-rw-r--r--TAO/tests/IDL_Test/namespace_check.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/tests/IDL_Test/namespace_check.cpp b/TAO/tests/IDL_Test/namespace_check.cpp
deleted file mode 100644
index fa0ab1fc406..00000000000
--- a/TAO/tests/IDL_Test/namespace_check.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/IDL_Test
-//
-// = FILENAME
-// namespace_check.cpp
-//
-// = DESCRIPTION
-// Contains conditional include of reopened_modulesC.cpp
-// and reopened_modulesS.cpp, for platforms without
-// namespaces.
-//
-// = AUTHORS
-// Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
-//
-// ============================================================================
-
-
-#include "ace/OS.h"
-
-#if defined (ACE_HAS_USING_KEYWORD)
-
-#include "reopened_modulesC.cpp"
-#include "reopened_modulesS.cpp"
-
-#endif /* ACE_HAS_USING_KEYWORD */