#include <fsc_DataCollectorStorage.h>


Definition at line 90 of file fsc_DataCollectorStorage.h.
Public Member Functions | |
| fsc_DataCollectorStorageCacheEl (UInt64_t a_keyNum, ivd_MediaKey_t a_mediumKey, ivd_MedVolNum_t a_medVolNum) | |
Private Attributes | |
| log_CLASSID_m | |
| fsc_DataCollectorStorageCacheEl::fsc_DataCollectorStorageCacheEl | ( | UInt64_t | a_keyNum, | |
| ivd_MediaKey_t | a_mediumKey, | |||
| ivd_MedVolNum_t | a_medVolNum | |||
| ) | [inline] |
Definition at line 94 of file fsc_DataCollectorStorage.h.
00097 : 00098 stx_CacheEl(a_keyNum), 00099 fsc_DataCollectorStorage(a_mediumKey, a_medVolNum) 00100 { 00101 // empty 00102 }; private:
Reimplemented from stx_CacheEl.
Reimplemented in fsc_RedunCopyDataVolStorage, fsc_RedunCopyDataVolStorageWriter, and fsc_RedunCopyDataVolStorageReader.
Definition at line 102 of file fsc_DataCollectorStorage.h.
1.5.6