summaryrefslogtreecommitdiff
path: root/TAO/tao/Seq_Out_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Seq_Out_T.cpp')
-rw-r--r--TAO/tao/Seq_Out_T.cpp16
1 files changed, 9 insertions, 7 deletions
diff --git a/TAO/tao/Seq_Out_T.cpp b/TAO/tao/Seq_Out_T.cpp
index 02bc2c7f89f..89b13ea1890 100644
--- a/TAO/tao/Seq_Out_T.cpp
+++ b/TAO/tao/Seq_Out_T.cpp
@@ -1,12 +1,14 @@
-// $Id$
+#ifndef TAO_SEQ_OUT_T_C
+#define TAO_SEQ_OUT_T_C
-#ifndef TAO_SEQ_OUT_T_CPP
-#define TAO_SEQ_OUT_T_CPP
-
-#include "tao/Seq_Out_T.h"
+#include "Seq_Out_T.h"
#if !defined (__ACE_INLINE__)
-#include "tao/Seq_Out_T.inl"
+#include "Seq_Out_T.inl"
#endif /* __ACE_INLINE__ */
-#endif /* TAO_SEQUENCE_OUT_T_CPP */
+ACE_RCSID (tao,
+ Sequence_Out_T,
+ "$Id$")
+
+#endif /*TAO_SEQUENCE_OUT_T_C*/