From 1fe4e9308b8f50dbe70cc69bd500eb829a11b460 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 26 Apr 2011 18:44:26 +0000 Subject: Major refactoring to make lib/backupclient depend on lib/backupstore rather than the other way around. This is needed to allow clients to have all the code that they'd need to implement local backups (using the Local protocol) in subsequent commits. --- lib/backupstore/BackupStoreException.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/backupstore/BackupStoreException.h (limited to 'lib/backupstore/BackupStoreException.h') diff --git a/lib/backupstore/BackupStoreException.h b/lib/backupstore/BackupStoreException.h new file mode 100644 index 00000000..981dfa60 --- /dev/null +++ b/lib/backupstore/BackupStoreException.h @@ -0,0 +1,17 @@ +// -------------------------------------------------------------------------- +// +// File +// Name: BackupStoreException.h +// Purpose: Exception +// Created: 2003/07/08 +// +// -------------------------------------------------------------------------- + +#ifndef BACKUPSTOREEXCEPTION__H +#define BACKUPSTOREEXCEPTION__H + +// Compatibility +#include "autogen_BackupStoreException.h" + +#endif // BACKUPSTOREEXCEPTION__H + -- cgit v1.2.3