#include <i_netio_impl.h>


Definition at line 24 of file i_netio_impl.h.
Public Member Functions | |
| i_UploadAgent_i (i_DirectoryType_e a_dtType, const char *a_relName) | |
| void | Write (const i_DataBlock_t &a_block, i_BlkSize_t a_size) |
| Write methods has built in retries for a predefined amount of time for cases when target disk gets full. | |
| void | Close () |
Protected Member Functions | |
| virtual | ~i_UploadAgent_i () |
Protected Attributes | |
| cmn_File | m_target |
Private Attributes | |
| log_CLASSID_m | |
cmn_File i_UploadAgent_i::m_target [protected] |
Definition at line 40 of file i_netio_impl.h.
Referenced by Close(), i_BackupAgent_i::i_BackupAgent_i(), i_UploadAgent_i(), Write(), and ~i_UploadAgent_i().
i_UploadAgent_i::log_CLASSID_m [private] |
Reimplemented from i_Component_i.
Reimplemented in i_BackupAgent_i.
Definition at line 43 of file i_netio_impl.h.
1.5.6