summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Default_Factory.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-25 19:45:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-25 19:45:38 +0000
commitca71c6ee6abbc7263eeb23bf10f50dabc59d2ab9 (patch)
tree952a1ca066e1573502e88a5674219181542ea560 /TAO/orbsvcs/orbsvcs/Notify/Default_Factory.cpp
parent521b0f9ba904065d5d521e9e761102c2c81ff80f (diff)
downloadATCD-ca71c6ee6abbc7263eeb23bf10f50dabc59d2ab9.tar.gz
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Default_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Default_Factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Default_Factory.cpp b/TAO/orbsvcs/orbsvcs/Notify/Default_Factory.cpp
index 2301489e431..74f6e767a34 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Default_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Default_Factory.cpp
@@ -32,7 +32,7 @@ template <class PROXY>
class COW_Collection_Default_Factory
{
public:
- typedef ACE_TYPENAME TAO_ESF_Proxy_List<PROXY>::Iterator PROXY_ITER;
+ typedef typename TAO_ESF_Proxy_List<PROXY>::Iterator PROXY_ITER;
typedef TAO_ESF_Copy_On_Write<PROXY, TAO_ESF_Proxy_List<PROXY>,PROXY_ITER, ACE_SYNCH> COLLECTION;
typedef TAO_ESF_Proxy_Collection<PROXY> BASE_COLLECTION;