diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-01-24 16:00:07 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-01-24 16:00:07 +0000 |
commit | ed18f12f6cc16090a2e1dcdbfdf2e9c46e2063b4 (patch) | |
tree | abe85533e14557d2f28ef7107197c1c4ce904689 /cpp/src/IceGrid/Parser.h | |
parent | Fixed Windows processor architecture (diff) | |
download | ice-ed18f12f6cc16090a2e1dcdbfdf2e9c46e2063b4.tar.bz2 ice-ed18f12f6cc16090a2e1dcdbfdf2e9c46e2063b4.tar.xz ice-ed18f12f6cc16090a2e1dcdbfdf2e9c46e2063b4.zip |
Replacted "dump" with "show"
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 542f2c17650..acd6b3267e6 100644 --- a/cpp/src/IceGrid/Parser.h +++ b/cpp/src/IceGrid/Parser.h @@ -122,7 +122,7 @@ public: void describeObject(const std::list<std::string>&); void listObject(const std::list<std::string>&); - void dumpFile(const std::string&, const std::list<std::string>&); + void showFile(const std::string&, const std::list<std::string>&); void showBanner(); void showCopying(); |