summaryrefslogtreecommitdiff
path: root/lib/backupclient/RunStatusProvider.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupclient/RunStatusProvider.h')
-rw-r--r--lib/backupclient/RunStatusProvider.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/lib/backupclient/RunStatusProvider.h b/lib/backupclient/RunStatusProvider.h
deleted file mode 100644
index 89f361ca..00000000
--- a/lib/backupclient/RunStatusProvider.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// --------------------------------------------------------------------------
-//
-// File
-// Name: RunStatusProvider.h
-// Purpose: Declares the RunStatusProvider interface.
-// Created: 2008/08/14
-//
-// --------------------------------------------------------------------------
-
-#ifndef RUNSTATUSPROVIDER__H
-#define RUNSTATUSPROVIDER__H
-
-// --------------------------------------------------------------------------
-//
-// Class
-// Name: RunStatusProvider
-// Purpose: Provides a StopRun() method which returns true if
-// the current backup should be halted.
-// Created: 2005/11/15
-//
-// --------------------------------------------------------------------------
-class RunStatusProvider
-{
- public:
- virtual ~RunStatusProvider() { }
- virtual bool StopRun() = 0;
-};
-
-#endif // RUNSTATUSPROVIDER__H