[Box Backup-commit] COMMIT r1051 - box/chris/merge/bin/bbackupquery
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sun, 15 Oct 2006 20:17:58 +0100
Author: chris
Date: 2006-10-15 20:17:58 +0100 (Sun, 15 Oct 2006)
New Revision: 1051
Modified:
box/chris/merge/bin/bbackupquery/BackupQueries.h
Log:
Convert command-line arguments from the system locale/character set to
the console character set. (refs #3, combine with [1050])
Modified: box/chris/merge/bin/bbackupquery/BackupQueries.h
===================================================================
--- box/chris/merge/bin/bbackupquery/BackupQueries.h 2006-10-15 18:54:23 UTC (rev 1050)
+++ box/chris/merge/bin/bbackupquery/BackupQueries.h 2006-10-15 19:17:58 UTC (rev 1051)
@@ -36,7 +36,7 @@
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 @@
void CommandChangeDir(const std::vector<std::string> &args, const bool *opts);
void CommandChangeLocalDir(const std::vector<std::string> &args);
void CommandGetObject(const std::vector<std::string> &args, const bool *opts);
- void CommandGet(const std::vector<std::string> &args, const bool *opts);
+ void CommandGet(std::vector<std::string> args, const bool *opts);
void CommandCompare(const std::vector<std::string> &args, const bool *opts);
void CommandRestore(const std::vector<std::string> &args, const bool *opts);
void CommandUndelete(const std::vector<std::string> &args, const bool *opts);