1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
// --------------------------------------------------------------------------
//
// File
// Name: BackupStoreConfigVerify.h
// Purpose: Configuration definition for the backup store server
// Created: 2003/08/20
//
// --------------------------------------------------------------------------
#ifndef BACKUPSTORECONFIGVERIFY__H
#define BACKUPSTORECONFIGVERIFY__H
#include "Configuration.h"
extern const ConfigurationVerify BackupConfigFileVerify;
#endif // BACKUPSTORECONFIGVERIFY__H
|