summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/namespace_check.cpp
blob: fa0ab1fc4063018d2fe3ef0660c52ced9b9cd7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// $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 */