summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Servant_Var.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-02 05:17:55 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-02 05:17:55 +0000
commit858732f2fa8caf6e5490052f7f3e032cc4ac8a62 (patch)
treeb626aee8d15e7568b53beebbcd93f48101905453 /TAO/tao/Utils/Servant_Var.h
parent155c3b52f2415148a4882c9383a1abed5d5970dc (diff)
downloadATCD-858732f2fa8caf6e5490052f7f3e032cc4ac8a62.tar.gz
ChangeLogTag: Thu Jan 2 00:15:57 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Utils/Servant_Var.h')
-rw-r--r--TAO/tao/Utils/Servant_Var.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/tao/Utils/Servant_Var.h b/TAO/tao/Utils/Servant_Var.h
index b91d5a09812..31c12d7ca2c 100644
--- a/TAO/tao/Utils/Servant_Var.h
+++ b/TAO/tao/Utils/Servant_Var.h
@@ -18,6 +18,9 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/CORBA_macros.h"
+#include "tao/Environment.h"
+
namespace TAO
{
namespace Utils
@@ -156,9 +159,9 @@ namespace TAO
#include "Servant_Var.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
-// Don't use the pragma madness, the compiler(s?) that require it have
-// not been supported for a long time (and they could not deal with
-// namespace anyway!)
+#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
+#pragma implementation ("Servant_Var.cpp")
+#endif
#include "ace/post.h"
#endif /*TAO_UTILS_SERVANT_VAR_H*/