summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Servant_Var.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Servant_Var.cpp')
-rw-r--r--TAO/tao/Utils/Servant_Var.cpp18
1 files changed, 7 insertions, 11 deletions
diff --git a/TAO/tao/Utils/Servant_Var.cpp b/TAO/tao/Utils/Servant_Var.cpp
index d7fd8064980..a6f63b15d51 100644
--- a/TAO/tao/Utils/Servant_Var.cpp
+++ b/TAO/tao/Utils/Servant_Var.cpp
@@ -1,13 +1,5 @@
-/**
- * @file Servant_Var.cpp
- *
- * $Id$
- *
- * @author Jody Hagins <jody@atdesk.com>
- * @author Carlos O'Ryan <coryan@atdesk.com>
- */
-#ifndef Servant_Var__cpp_
-#define Servant_Var__cpp_
+#ifndef TAO_UTILS_SERVANT_VAR_CPP
+#define TAO_UTILS_SERVANT_VAR_CPP
#include "Servant_Var.h"
@@ -15,4 +7,8 @@
# include "Servant_Var.inl"
#endif /* __ACE_INLINE__ */
-#endif // Servant_Var__cpp_
+ACE_RCSID (Utils,
+ Servant_Var,
+ "$Id$")
+
+#endif /*TAO_UTILS_SERVANT_VAR_CPP*/