summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-15 17:45:40 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-15 17:45:40 +0000
commit38d2c639bcf0c49c284c57d4c05c6e0f04890723 (patch)
tree18cf75fb11c510e89299d5e6d9c37caf2b154a6f /TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
parentf17c49c8495788e041bfbf0ac12354d069757a30 (diff)
downloadATCD-38d2c639bcf0c49c284c57d4c05c6e0f04890723.tar.gz
ChangeLogTag:Thu Aug 15 10:45:00 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
index 7043ff19be8..609d0ec2cf6 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
@@ -129,14 +129,14 @@ private:
/// ORBid of the ORB this IORInterceptor is registered with.
CORBA::String_var orb_id_;
- /// Reference to the LoadAlert servant.
- TAO_LB_LoadAlert & load_alert_;
+// /// Reference to the LoadAlert servant.
+// TAO_LB_LoadAlert & load_alert_;
- /// Reference to the LoadAlert object.
- CosLoadBalancing::LoadAlert_var la_ref_;
+// /// Reference to the LoadAlert object.
+// CosLoadBalancing::LoadAlert_var la_ref_;
- /// Synchronize access to the class state.
- TAO_SYNCH_MUTEX lock_;
+// /// Synchronize access to the class state.
+// TAO_SYNCH_MUTEX lock_;
};