summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-13 05:51:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-13 05:51:54 +0000
commit90db25ffa77149e4fbba9e8900c58f26a6712345 (patch)
treef2e93dde0fbcc9adc6787b9cb412ce9a24933705
parent39c233be7e62cfa30353bc6b0a89852692158cbb (diff)
downloadATCD-90db25ffa77149e4fbba9e8900c58f26a6712345.tar.gz
-rw-r--r--TAO/tests/POA/Loader/Servant_Activator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/Loader/Servant_Activator.cpp b/TAO/tests/POA/Loader/Servant_Activator.cpp
index 1ba1398febc..4f4f711af5a 100644
--- a/TAO/tests/POA/Loader/Servant_Activator.cpp
+++ b/TAO/tests/POA/Loader/Servant_Activator.cpp
@@ -48,7 +48,7 @@ ServantActivator::ServantActivator (CORBA::ORB_ptr orb,
// to long first.
void *symbol = this->dll_.symbol (factory_function);
#if defined (ACE_OPENVMS) && (!defined (__INITIAL_POINTER_SIZE) || (__INITIAL_POINTER_SIZE < 64))
- int intptr_t = reinterpret_cast<int> (symbol);
+ int function = reinterpret_cast<int> (symbol);
#else
intptr_t function = reinterpret_cast<intptr_t> (symbol);
#endif