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.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tao/Utils/Servant_Var.cpp b/TAO/tao/Utils/Servant_Var.cpp
new file mode 100644
index 00000000000..1506ae356bc
--- /dev/null
+++ b/TAO/tao/Utils/Servant_Var.cpp
@@ -0,0 +1,14 @@
+#ifndef TAO_UTILS_SERVANT_VAR_CPP
+#define TAO_UTILS_SERVANT_VAR_CPP
+
+#include "tao/Utils/Servant_Var.h"
+
+#if !defined (__ACE_INLINE__)
+# include "tao/Utils/Servant_Var.inl"
+#endif /* __ACE_INLINE__ */
+
+ACE_RCSID (Utils,
+ Servant_Var,
+ "$Id$")
+
+#endif /*TAO_UTILS_SERVANT_VAR_CPP*/