versadac  1
versadac - Scalable Recorder Firmware
ENUM_MediaFullStrategy.h
1 /*
2 Enumerations for Archive Manager Media Full Strategies
3 $Id: ENUM_MediaFullStrategy.h 4938 2006-10-10 14:20:18Z martinto $
4 */
5 
6 #ifndef __ENUM_MEDIAFULLSTRATEGY_H
7 #define __ENUM_MEDIAFULLSTRATEGY_H
8 
9 enum ENUM_MediaFullStrategy
10 {
11  ENUM_MediaFullStrategyOverwriteOldestData,
12  ENUM_MediaFullStrategyStopArchiving
13 };
14 
15 #endif /* __ENUM_MEDIAFULLSTRATEGY_H */
16 
17