diff options
author | Marc Laukien <marc@zeroc.com> | 2002-07-17 20:59:55 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-07-17 20:59:55 +0000 |
commit | bf7cafb2217ef078c090361095c55bede810f309 (patch) | |
tree | 5aa37468086623f742c02f9c25725de5298c08b3 /cpp/src/Ice/Object.cpp | |
parent | facet path (diff) | |
download | ice-bf7cafb2217ef078c090361095c55bede810f309.tar.bz2 ice-bf7cafb2217ef078c090361095c55bede810f309.tar.xz ice-bf7cafb2217ef078c090361095c55bede810f309.zip |
facet path
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index b9a337e9381..6f54fc4768b 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -91,6 +91,8 @@ Ice::Object::ice_id(const Current&) vector<string> Ice::Object::ice_facets(const Current&) { + IceUtil::Mutex::Lock sync(_activeFacetMapMutex); + vector<string> v; for(map<string, ObjectPtr>::const_iterator p = _activeFacetMap.begin(); p != _activeFacetMap.end(); ++p) { |