summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 20:54:56 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 20:54:56 +0000
commit1df3b4414122de77b38400ee34a5997d633dcc2c (patch)
tree030efd5e63c2010505194526b2c136aa0e0649e3 /TAO/tests/MT_Client
parent30102243920c57c8c73120186ef6f23d00357499 (diff)
downloadATCD-1df3b4414122de77b38400ee34a5997d633dcc2c.tar.gz
Thu Jul 27 20:50:17 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/MT_Client')
-rw-r--r--TAO/tests/MT_Client/test_i.cpp2
-rw-r--r--TAO/tests/MT_Client/test_i.h2
-rw-r--r--TAO/tests/MT_Client/test_i.inl (renamed from TAO/tests/MT_Client/test_i.i)0
3 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/MT_Client/test_i.cpp b/TAO/tests/MT_Client/test_i.cpp
index 61e2bf25496..056dd155a72 100644
--- a/TAO/tests/MT_Client/test_i.cpp
+++ b/TAO/tests/MT_Client/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(MT_Client, test_i, "$Id$")
diff --git a/TAO/tests/MT_Client/test_i.h b/TAO/tests/MT_Client/test_i.h
index 8e9f0794f76..414abe39862 100644
--- a/TAO/tests/MT_Client/test_i.h
+++ b/TAO/tests/MT_Client/test_i.h
@@ -42,7 +42,7 @@ private:
};
#if defined(__ACE_INLINE__)
-#include "test_i.i"
+#include "test_i.inl"
#endif /* __ACE_INLINE__ */
#endif /* TAO_MT_CLIENT_TEST_I_H */
diff --git a/TAO/tests/MT_Client/test_i.i b/TAO/tests/MT_Client/test_i.inl
index 97524552ff4..97524552ff4 100644
--- a/TAO/tests/MT_Client/test_i.i
+++ b/TAO/tests/MT_Client/test_i.inl