summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/BackupQueries.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-07 15:43:58 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-07 15:43:58 +0000
commit40b353bbe608ba440287650d6c276887e1e7c2f0 (patch)
tree28809e762bdb089e91e12be4e9f194c5435e9eb8 /bin/bbackupquery/BackupQueries.h
parentf5171997b5c2ec4ae36e6729b57e1194c99860a8 (diff)
Show more details when bbackupquery command parsing fails
Diffstat (limited to 'bin/bbackupquery/BackupQueries.h')
-rw-r--r--bin/bbackupquery/BackupQueries.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bbackupquery/BackupQueries.h b/bin/bbackupquery/BackupQueries.h
index 62ff231d..82fc7bed 100644
--- a/bin/bbackupquery/BackupQueries.h
+++ b/bin/bbackupquery/BackupQueries.h
@@ -77,6 +77,7 @@ public:
ParsedCommand(const std::string& Command,
bool isFromCommandLine);
bool IsEmpty() { return mCmdElements.empty(); }
+ bool IsFailed() { return mFailed; }
};
void DoCommand(ParsedCommand& rCommand);