diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-12-13 14:04:11 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-12-13 14:04:11 +0000 |
commit | 8642754fe313e1df2cd28bb45a3cb278eab170a4 (patch) | |
tree | 4f722789a0cefc24412e3d2f77621bb8f56facb1 /cpp/src/IceGrid/Parser.h | |
parent | Fixed bug #1610 (diff) | |
download | ice-8642754fe313e1df2cd28bb45a3cb278eab170a4.tar.bz2 ice-8642754fe313e1df2cd28bb45a3cb278eab170a4.tar.xz ice-8642754fe313e1df2cd28bb45a3cb278eab170a4.zip |
Added support for server log files, "property" attribute in object element.
Fixed a bug in the locator implemntation where an incorrect timeout was
used.
Diffstat (limited to 'cpp/src/IceGrid/Parser.h')
-rw-r--r-- | cpp/src/IceGrid/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Parser.h b/cpp/src/IceGrid/Parser.h index a4a1d0637da..9b5b48ef305 100644 --- a/cpp/src/IceGrid/Parser.h +++ b/cpp/src/IceGrid/Parser.h @@ -122,7 +122,7 @@ public: void shutdown(); - void dumpFile(const std::string&, const std::string&, const std::list<std::string>&); + void dumpFile(const std::string&, const std::list<std::string>&); void showBanner(); void showCopying(); |