From 4c9c2b19077e767e648a781131a9440a6648b12f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 15 Oct 2006 19:17:58 +0000 Subject: Convert command-line arguments from the system locale/character set to the console character set. (refs #3, combine with [1050]) --- bin/bbackupquery/BackupQueries.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/bbackupquery') diff --git a/bin/bbackupquery/BackupQueries.h b/bin/bbackupquery/BackupQueries.h index e84de6ab..41e34d34 100644 --- a/bin/bbackupquery/BackupQueries.h +++ b/bin/bbackupquery/BackupQueries.h @@ -36,7 +36,7 @@ private: BackupQueries(const BackupQueries &); public: - void DoCommand(const char *Command); + void DoCommand(const char *Command, bool isFromCommandLine); // Ready to stop? bool Stop() {return mQuitNow;} @@ -50,7 +50,7 @@ private: void CommandChangeDir(const std::vector &args, const bool *opts); void CommandChangeLocalDir(const std::vector &args); void CommandGetObject(const std::vector &args, const bool *opts); - void CommandGet(const std::vector &args, const bool *opts); + void CommandGet(std::vector args, const bool *opts); void CommandCompare(const std::vector &args, const bool *opts); void CommandRestore(const std::vector &args, const bool *opts); void CommandUndelete(const std::vector &args, const bool *opts); -- cgit v1.2.3