summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/BackupQueries.h
diff options
context:
space:
mode:
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);