diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-29 08:42:35 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-29 08:42:35 +0000 |
commit | f2b162b67c2382a2da555e7a960beaa3ab6b3997 (patch) | |
tree | 5ba1d3a23c1f6ea4e1792f77b762d2fb17bb7bde /cpp/src/IceGrid/Database.h | |
parent | Fixed invalid implicit conversion (diff) | |
download | ice-f2b162b67c2382a2da555e7a960beaa3ab6b3997.tar.bz2 ice-f2b162b67c2382a2da555e7a960beaa3ab6b3997.tar.xz ice-f2b162b67c2382a2da555e7a960beaa3ab6b3997.zip |
Random fixes.
Diffstat (limited to 'cpp/src/IceGrid/Database.h')
-rw-r--r-- | cpp/src/IceGrid/Database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Database.h b/cpp/src/IceGrid/Database.h index bea35189e12..10d4d3c3e59 100644 --- a/cpp/src/IceGrid/Database.h +++ b/cpp/src/IceGrid/Database.h @@ -117,6 +117,7 @@ private: static const std::string _objectDbName; static const std::string _adapterDbName; static const std::string _replicaGroupDbName; + static std::pointer_to_unary_function<int, int> _rand; const Ice::CommunicatorPtr _communicator; const Ice::ObjectAdapterPtr _internalAdapter; |