summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 20:43:46 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 20:43:46 +0000
commit30102243920c57c8c73120186ef6f23d00357499 (patch)
treed2218efbd49bfb113788d091300f81ef2b016a6c /ACE/examples/Service_Configurator/IPC-tests
parent7a52a0d7773d3acf5707ed810db4336f665fa00e (diff)
downloadATCD-30102243920c57c8c73120186ef6f23d00357499.tar.gz
Thu Jul 27 20:30:26 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i)0
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.i)0
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.i)0
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i)0
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.i)0
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.i)0
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.i)0
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i)0
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i)0
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.cpp2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl (renamed from ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i)0
30 files changed, 20 insertions, 20 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.cpp
index 30db7825244..d81213805cd 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.cpp
@@ -31,7 +31,7 @@ fini (void)
unsigned short Handle_Broadcast::DEFAULT_PORT = ACE_DEFAULT_BROADCAST_PORT;
#if !defined (__ACE_INLINE__)
-#include "Handle_Broadcast.i"
+#include "Handle_Broadcast.inl"
#endif /* __ACE_INLINE__ */
Handle_Broadcast remote_broadcast;
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h
index 8b382f9fd73..39c115b8c46 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h
@@ -42,7 +42,7 @@ extern ACE_Service_Object_Type rb;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_Broadcast.i"
+#include "Handle_Broadcast.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.inl
index ce7f42617e7..ce7f42617e7 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.inl
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
index 6fe631fdb41..1654eff8573 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
@@ -10,7 +10,7 @@ const ACE_TCHAR *Handle_L_CODgram::DEFAULT_RENDEZVOUS =
ACE_TEXT ("/tmp/foo_codgram");
#if !defined (__ACE_INLINE__)
-#include "Handle_L_CODgram.i"
+#include "Handle_L_CODgram.inl"
#endif /* __ACE_INLINE__ */
Handle_L_CODgram local_codgram;
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h
index 852c0557cda..c0b158dea08 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h
@@ -42,7 +42,7 @@ extern ACE_Service_Object_Type lc;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_L_CODgram.i"
+#include "Handle_L_CODgram.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl
index a77d75e1fa8..a77d75e1fa8 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.cpp
index c502da057f7..606f6f014fc 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.cpp
@@ -10,7 +10,7 @@ const ACE_TCHAR *Handle_L_Dgram::DEFAULT_RENDEZVOUS =
ACE_TEXT ("/tmp/foo_dgram");
#if !defined (__ACE_INLINE__)
-#include "Handle_L_Dgram.i"
+#include "Handle_L_Dgram.inl"
#endif /* __ACE_INLINE__ */
Handle_L_Dgram local_dgram;
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h
index ac1eac69117..b9fdc6324c0 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h
@@ -42,7 +42,7 @@ extern ACE_Service_Object_Type ld;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_L_Dgram.i"
+#include "Handle_L_Dgram.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl
index 3b2ab29331f..3b2ab29331f 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.cpp
index 609f7b3c24f..3be991cc36e 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.cpp
@@ -31,7 +31,7 @@ fini (void)
const ACE_TCHAR *Handle_L_FIFO::DEFAULT_RENDEZVOUS = ACE_TEXT("/tmp/foo_fifo");
#if !defined (__ACE_INLINE__)
-#include "Handle_L_FIFO.i"
+#include "Handle_L_FIFO.inl"
#endif /* __ACE_INLINE__ */
Handle_L_FIFO local_fifo;
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h
index 4375b2d105c..fcd51a43a1a 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h
@@ -41,7 +41,7 @@ extern ACE_Service_Object_Type lf;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_L_FIFO.i"
+#include "Handle_L_FIFO.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.inl
index f6cd0cda734..f6cd0cda734 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.inl
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp
index a4508266363..ebd5d618f41 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp
@@ -57,7 +57,7 @@ Handle_L_Pipe::handle_input (ACE_HANDLE)
const ACE_TCHAR *Handle_L_Pipe::DEFAULT_RENDEZVOUS = ACE_TEXT ("/tmp/foo_pipe");
#if !defined (__ACE_INLINE__)
-#include "Handle_L_Pipe.i"
+#include "Handle_L_Pipe.inl"
#endif /* __ACE_INLINE__ */
Handle_L_Pipe local_pipe;
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h
index 51d5bae1dac..5f6fac87ecf 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h
@@ -46,7 +46,7 @@ extern ACE_Service_Object_Type lp;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_L_Pipe.i"
+#include "Handle_L_Pipe.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.inl
index ce978aa85ea..ce978aa85ea 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.inl
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp
index 9bbb4e7ead7..fcdc2b7f0bf 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp
@@ -5,7 +5,7 @@
ACE_RCSID(server, Handle_L_SPIPE, "$Id$")
#if !defined (__ACE_INLINE__)
-#include "Handle_L_SPIPE.i"
+#include "Handle_L_SPIPE.inl"
#endif /* __ACE_INLINE__ */
#if defined (ACE_HAS_STREAM_PIPES)
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h
index 02a4aba2044..baa8d89ea8f 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h
@@ -41,7 +41,7 @@ extern ACE_Service_Object_Type lsp;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_L_SPIPE.i"
+#include "Handle_L_SPIPE.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.inl
index 910938d8648..910938d8648 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.inl
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp
index 074f0057e74..8a0a6a46033 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp
@@ -13,7 +13,7 @@ char *Handle_L_Stream::login_name = 0;
char Handle_L_Stream::login[ACE_MAX_USERID];
#if !defined (__ACE_INLINE__)
-#include "Handle_L_Stream.i"
+#include "Handle_L_Stream.inl"
#endif /* __ACE_INLINE__ */
Handle_L_Stream local_stream;
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h
index 912af48a292..aa3840bfede 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h
@@ -45,7 +45,7 @@ extern ACE_Service_Object_Type ls;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_L_Stream.i"
+#include "Handle_L_Stream.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
index 80b21852293..80b21852293 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp
index 0cab7190ca8..6b684f40e6b 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp
@@ -31,7 +31,7 @@ fini (void)
unsigned short Handle_R_Dgram::DEFAULT_PORT = ACE_DEFAULT_SERVER_PORT;
#if !defined (__ACE_INLINE__)
-#include "Handle_R_Dgram.i"
+#include "Handle_R_Dgram.inl"
#endif /* __ACE_INLINE__ */
Handle_R_Dgram remote_dgram;
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h
index 858d72ff993..e3ef8c0e802 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h
@@ -39,7 +39,7 @@ extern ACE_Service_Object_Type rd;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_R_Dgram.i"
+#include "Handle_R_Dgram.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.inl
index 88212a988f0..88212a988f0 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.inl
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.cpp
index 95553833e72..ee49a28a2ef 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.cpp
@@ -35,7 +35,7 @@ char *Handle_R_Stream::login_name = 0;
char Handle_R_Stream::login[ACE_MAX_USERID];
#if !defined (__ACE_INLINE__)
-#include "Handle_R_Stream.i"
+#include "Handle_R_Stream.inl"
#endif /* __ACE_INLINE__ */
Handle_R_Stream remote_stream;
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h
index 9878321cec8..fb06f525073 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h
@@ -45,7 +45,7 @@ extern ACE_Service_Object_Type rs;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_R_Stream.i"
+#include "Handle_R_Stream.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.inl
index f126cd13aee..f126cd13aee 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.inl
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.cpp b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.cpp
index 9eccf88ef43..18e9c154e91 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.cpp
@@ -29,7 +29,7 @@ fini (void)
#endif /* SunOS4 */
#if !defined (__ACE_INLINE__)
-#include "Handle_Timeout.i"
+#include "Handle_Timeout.inl"
#endif /* __ACE_INLINE__ */
Handle_Timeout timer_1;
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h
index 88b6e673aaf..e07cc247ca9 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h
@@ -37,7 +37,7 @@ extern ACE_Service_Object_Type t1;
#if defined (__ACE_INLINE__)
#define ACE_INLINE inline
-#include "Handle_Timeout.i"
+#include "Handle_Timeout.inl"
#else
#define ACE_INLINE
#endif /* __ACE_INLINE__ */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl
index 346a22e773c..346a22e773c 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl