summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h b/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h
index abba100cb81..074e3538f10 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h
+++ b/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h
@@ -104,11 +104,14 @@ private:
private:
+ typedef ACE_Hash_Map_Manager <ACE_CString,
+ CORBA::Any_var,
+ TAO_SYNCH_MUTEX> HASH_MAP;
+
+ typedef HASH_MAP::ENTRY HASH_ENTRY;
+
/// Used to lookup property name and values.
- ACE_Hash_Map_Manager <ACE_CString,
- CORBA::Any*,
- TAO_SYNCH_MUTEX>
- property_lookup_;
+ HASH_MAP property_lookup_;
/// The result of a non_boolean operation.
ACE_Unbounded_Queue<TAO_ETCL_Literal_Constraint> queue_;