summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-05-14 11:09:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-05-14 11:09:21 +0000
commitde2da3b8ddf1c0ac0371c4819157d9430a62b5fa (patch)
tree01200ccc155cccb42f10491af0a5790da367c15e /TAO/tao/PortableServer
parent7795b14f2c9614ba20cc160a83bb16d8ebb6e968 (diff)
downloadATCD-de2da3b8ddf1c0ac0371c4819157d9430a62b5fa.tar.gz
Wed May 14 11:03:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r--TAO/tao/PortableServer/Active_Object_Map.cpp2
-rw-r--r--TAO/tao/PortableServer/Active_Object_Map.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Active_Object_Map.cpp b/TAO/tao/PortableServer/Active_Object_Map.cpp
index ab0408ab42f..09adb8b3f2a 100644
--- a/TAO/tao/PortableServer/Active_Object_Map.cpp
+++ b/TAO/tao/PortableServer/Active_Object_Map.cpp
@@ -315,7 +315,7 @@ TAO_Active_Object_Map::TAO_Active_Object_Map (
#if defined (TAO_HAS_MONITOR_POINTS) && (TAO_HAS_MONITOR_POINTS == 1)
ACE_NEW (this->monitor_,
- ACE::MonitorControl::Size_Monitor);
+ ACE::Monitor_Control::Size_Monitor);
#endif /* TAO_HAS_MONITOR_POINTS==1 */
}
diff --git a/TAO/tao/PortableServer/Active_Object_Map.h b/TAO/tao/PortableServer/Active_Object_Map.h
index 1ed0df1bf82..bba8479e644 100644
--- a/TAO/tao/PortableServer/Active_Object_Map.h
+++ b/TAO/tao/PortableServer/Active_Object_Map.h
@@ -264,7 +264,7 @@ public:
static size_t system_id_size_;
#if defined (TAO_HAS_MONITOR_POINTS) && (TAO_HAS_MONITOR_POINTS == 1)
- ACE::MonitorControl::Size_Monitor *monitor_;
+ ACE::Monitor_Control::Size_Monitor *monitor_;
#endif /* TAO_HAS_MONITOR_POINTS==1 */
};