summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Native_Exceptions')
-rw-r--r--TAO/tests/Native_Exceptions/test_i.cpp2
-rw-r--r--TAO/tests/Native_Exceptions/test_i.h2
-rw-r--r--TAO/tests/Native_Exceptions/test_i.inl (renamed from TAO/tests/Native_Exceptions/test_i.i)0
3 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Native_Exceptions/test_i.cpp b/TAO/tests/Native_Exceptions/test_i.cpp
index 6f97c7e937b..7712b291889 100644
--- a/TAO/tests/Native_Exceptions/test_i.cpp
+++ b/TAO/tests/Native_Exceptions/test_i.cpp
@@ -3,7 +3,7 @@
#include "test_i.h"
#if !defined(__ACE_INLINE__)
-#include "test_i.i"
+#include "test_i.inl"
#endif /* __ACE_INLINE__ */
ACE_RCSID(Native_Exceptions, test_i, "$Id$")
diff --git a/TAO/tests/Native_Exceptions/test_i.h b/TAO/tests/Native_Exceptions/test_i.h
index 9eff4904908..a90cc1d877a 100644
--- a/TAO/tests/Native_Exceptions/test_i.h
+++ b/TAO/tests/Native_Exceptions/test_i.h
@@ -44,7 +44,7 @@ private:
};
#if defined(__ACE_INLINE__)
-#include "test_i.i"
+#include "test_i.inl"
#endif /* __ACE_INLINE__ */
#endif /* TAO_NATIVE_EXCEPTIONS_TEST_I_H */
diff --git a/TAO/tests/Native_Exceptions/test_i.i b/TAO/tests/Native_Exceptions/test_i.inl
index 97524552ff4..97524552ff4 100644
--- a/TAO/tests/Native_Exceptions/test_i.i
+++ b/TAO/tests/Native_Exceptions/test_i.inl