summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/customEvictor/CurrentDatabase.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-06-12 10:10:27 +0800
committerMatthew Newhook <matthew@zeroc.com>2007-06-12 10:10:27 +0800
commitdad94809b45711bfcc23f33f2ac7ad89c6460c8c (patch)
tree26747d77dd0f225418ca45c5c265c552ebfa6ba6 /cpp/demo/Freeze/customEvictor/CurrentDatabase.h
parentadded .gitignore updates. (diff)
downloadice-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.h1
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;
};