diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-06-12 10:10:27 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-06-12 10:10:27 +0800 |
commit | dad94809b45711bfcc23f33f2ac7ad89c6460c8c (patch) | |
tree | 26747d77dd0f225418ca45c5c265c552ebfa6ba6 /cpp/demo/Freeze/customEvictor/CurrentDatabase.h | |
parent | added .gitignore updates. (diff) | |
download | ice-dad94809b45711bfcc23f33f2ac7ad89c6460c8c.tar.bz2 ice-dad94809b45711bfcc23f33f2ac7ad89c6460c8c.tar.xz ice-dad94809b45711bfcc23f33f2ac7ad89c6460c8c.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2231
Diffstat (limited to 'cpp/demo/Freeze/customEvictor/CurrentDatabase.h')
-rw-r--r-- | cpp/demo/Freeze/customEvictor/CurrentDatabase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/Freeze/customEvictor/CurrentDatabase.h b/cpp/demo/Freeze/customEvictor/CurrentDatabase.h index 4e67a089ac9..dcc0231ce9d 100644 --- a/cpp/demo/Freeze/customEvictor/CurrentDatabase.h +++ b/cpp/demo/Freeze/customEvictor/CurrentDatabase.h @@ -32,6 +32,7 @@ private: const Ice::CommunicatorPtr _communicator; const std::string _envName; const std::string _dbName; + IceUtil::Mutex _dbListMutex; std::list<Database*> _dbList; }; |