|
Classes | |
| class | i_AdminJob_i |
| class | i_BackupJob_i |
| class | i_MediumDupl_i |
| class | i_ManagementInterface_i |
| class | mif_CfgRep |
Defines | |
| #define | MIF_IVD_VERSION 1 |
| IVD version number, which is inserted into cfg files without it. | |
| #define | MIF_CFG_MIN_REVISIONS 0 |
| Upper bound for number of file revisions in configuration file repository. | |
| #define | MIF_CFG_MAX_REVISIONS 999 |
| #define | MIF_CFG_REV_WIDTH (8) |
| #define | MIF_CFG_LIBRARY "Library" |
| Confiugration file header ID strings. | |
| #define | MIF_CFG_DRIVE "Drive" |
| #define | MIF_CFG_POOL "Pool" |
| #define | MIF_CFG_SYSTEM "System" |
| #define | MIF_CFG_PARTITION "Partition" |
Enumerations | |
| enum | mif_ObjectTypeTable_e { mif_LIBRARY, mif_DRIVE, mif_POOL, mif_SYSTEM, mif_PARTITION } |
| #define MIF_CFG_DRIVE "Drive" |
Definition at line 40 of file mif_cfgrep.h.
Referenced by i_ManagementInterface_i::AddDrive(), and i_ManagementInterface_i::UpdateDrive().
| #define MIF_CFG_LIBRARY "Library" |
Confiugration file header ID strings.
Definition at line 39 of file mif_cfgrep.h.
Referenced by i_ManagementInterface_i::AddLibrary(), and i_ManagementInterface_i::UpdateLibrary().
| #define MIF_CFG_MAX_REVISIONS 999 |
| #define MIF_CFG_MIN_REVISIONS 0 |
Upper bound for number of file revisions in configuration file repository.
Definition at line 32 of file mif_cfgrep.h.
| #define MIF_CFG_PARTITION "Partition" |
Definition at line 43 of file mif_cfgrep.h.
Referenced by i_ManagementInterface_i::AddPartition(), and i_ManagementInterface_i::UpdatePartition().
| #define MIF_CFG_POOL "Pool" |
Definition at line 41 of file mif_cfgrep.h.
Referenced by i_ManagementInterface_i::AddPool(), and i_ManagementInterface_i::UpdatePool().
| #define MIF_CFG_REV_WIDTH (8) |
| #define MIF_CFG_SYSTEM "System" |
Definition at line 42 of file mif_cfgrep.h.
Referenced by i_ManagementInterface_i::UpdateSystemCfg().
| #define MIF_IVD_VERSION 1 |
IVD version number, which is inserted into cfg files without it.
Definition at line 29 of file mif_cfgrep.h.
Referenced by mif_CfgRep::ReplaceVersion().
Definition at line 46 of file mif_cfgrep.h.
00046 { 00047 mif_LIBRARY, 00048 mif_DRIVE, 00049 mif_POOL, 00050 mif_SYSTEM, 00051 mif_PARTITION 00052 };
1.5.6