source: box/trunk/lib/backupstore/BackupStoreException.h @ 2945

Revision 2945, 414 bytes checked in by chris, 13 months ago (diff)

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.

  • Property svn:eol-style set to native
Line 
1// --------------------------------------------------------------------------
2//
3// File
4//              Name:    BackupStoreException.h
5//              Purpose: Exception
6//              Created: 2003/07/08
7//
8// --------------------------------------------------------------------------
9
10#ifndef BACKUPSTOREEXCEPTION__H
11#define BACKUPSTOREEXCEPTION__H
12
13// Compatibility
14#include "autogen_BackupStoreException.h"
15
16#endif // BACKUPSTOREEXCEPTION__H
17
Note: See TracBrowser for help on using the repository browser.