summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Base.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-24 21:35:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-24 21:35:29 +0000
commit7a6d6d39c941f82e770afde209c17084e930f732 (patch)
tree597a1a019d4746445e1e317534693889b11fa5c4 /TAO/tao/PortableServer/Servant_Base.cpp
parent8fdb6b9ae6e6b57e18acb8efa1304d34a1981316 (diff)
downloadATCD-7a6d6d39c941f82e770afde209c17084e930f732.tar.gz
ChangeLogTag:Mon Dec 24 08:08:40 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Base.cpp')
-rw-r--r--TAO/tao/PortableServer/Servant_Base.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/Servant_Base.cpp b/TAO/tao/PortableServer/Servant_Base.cpp
index 6a9ca1409a3..59a590cdf83 100644
--- a/TAO/tao/PortableServer/Servant_Base.cpp
+++ b/TAO/tao/PortableServer/Servant_Base.cpp
@@ -1,6 +1,5 @@
// $Id$
-
#include "Servant_Base.h"
#include "POA.h"
#include "Operation_Table.h"
@@ -407,11 +406,9 @@ TAO_Local_ServantBase::_dispatch (TAO_ServerRequest &,
}
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
template class ACE_Atomic_Op<TAO_SYNCH_MUTEX, long>;
-
+template class ACE_Atomic_Op_Ex<TAO_SYNCH_MUTEX, long>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
#pragma instantiate ACE_Atomic_Op<TAO_SYNCH_MUTEX, long>
-
+#pragma instantiate ACE_Atomic_Op_Ex<TAO_SYNCH_MUTEX, long>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */