#include <i_maintfrijob_impl.h>

Definition at line 30 of file i_maintfrijob_impl.h.
Public Member Functions | |
| friVolStatus_t () | |
Public Attributes | |
| i_VolInfo_t | m_volInfo |
| bool | m_read |
| bool | m_recreated |
| bool | m_processed |
| bool | m_open |
| friVolStatus_t::friVolStatus_t | ( | ) | [inline] |
Definition at line 31 of file i_maintfrijob_impl.h.
00031 : 00032 m_read(false), 00033 m_recreated(false), 00034 m_processed(false), 00035 m_open(false){ 00036 }
Definition at line 38 of file i_maintfrijob_impl.h.
Referenced by i_MaintFriJob_i::CheckReadFri(), i_MaintFriJob_i::GetFRI(), i_MaintFriJob_i::PrepareVolumes(), i_MaintFriJob_i::RecreateFRI(), i_MaintFriJob_i::RequestResources(), and i_MaintFriJob_i::~i_MaintFriJob_i().
Definition at line 40 of file i_maintfrijob_impl.h.
Referenced by i_MaintFriJob_i::CheckReadFri(), i_MaintFriJob_i::GetFRI(), i_MaintFriJob_i::PrepareVolumes(), i_MaintFriJob_i::RecreateFRI(), i_MaintFriJob_i::RequestResources(), and i_MaintFriJob_i::~i_MaintFriJob_i().
Definition at line 44 of file i_maintfrijob_impl.h.
Referenced by i_MaintFriJob_i::RecreateFRI(), and i_MaintFriJob_i::~i_MaintFriJob_i().
Definition at line 48 of file i_maintfrijob_impl.h.
Referenced by i_MaintFriJob_i::~i_MaintFriJob_i().
Definition at line 51 of file i_maintfrijob_impl.h.
Referenced by i_MaintFriJob_i::PrepareVolumes(), and i_MaintFriJob_i::RecreateFRI().
1.5.6