diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-12-02 23:18:51 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-12-02 23:18:51 +0000 |
commit | 7e5b25f64e832a9659dc054eef2935284c795a5a (patch) | |
tree | 4f9f3ce6eb8ec88d3455b8a07998ed4ab575ce9e /cpp/src/Freeze/MapI.h | |
parent | bzip2 fix (diff) | |
download | ice-7e5b25f64e832a9659dc054eef2935284c795a5a.tar.bz2 ice-7e5b25f64e832a9659dc054eef2935284c795a5a.tar.xz ice-7e5b25f64e832a9659dc054eef2935284c795a5a.zip |
Freeze catalogs
Diffstat (limited to 'cpp/src/Freeze/MapI.h')
-rw-r--r-- | cpp/src/Freeze/MapI.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Freeze/MapI.h b/cpp/src/Freeze/MapI.h index 6c60c1f55e9..fa0c76b37ce 100644 --- a/cpp/src/Freeze/MapI.h +++ b/cpp/src/Freeze/MapI.h @@ -97,8 +97,9 @@ class MapHelperI : public MapHelper { public: - MapHelperI(const ConnectionIPtr& connection, const std::string& dbName, - const std::vector<MapIndexBasePtr>&, bool createDb); + MapHelperI(const ConnectionIPtr&, const std::string&, + const std::string&, const std::string&, + const std::vector<MapIndexBasePtr>&, bool); virtual ~MapHelperI(); |