#include <joblistmgr.h>

Definition at line 70 of file joblistmgr.h.
Public Member Functions | |
| FileRecall_t (UInt32_t a_jobNumber, hsm_FileHeader *a_FHobj, ivd_req_hdr_t *a_req) | |
| FileRecall_t () | |
| ~FileRecall_t () | |
Public Attributes | |
| UInt32_t | m_jobNumber |
| UInt32_t | m_jobIdx |
| hsm_FileHeader * | m_FHobj |
| ivd_req_hdr_t | m_req |
| FileRecall_t::FileRecall_t | ( | UInt32_t | a_jobNumber, | |
| hsm_FileHeader * | a_FHobj, | |||
| ivd_req_hdr_t * | a_req | |||
| ) | [inline] |
Definition at line 71 of file joblistmgr.h.
References ivd_req_hdr_t::code, m_req, ivd_req_hdr_t::major, ivd_req_hdr_t::minor, ivd_req_hdr_t::pid, ivd_req_hdr_t::reqid, and ivd_req_hdr_t::type.
00074 : 00075 m_jobNumber(a_jobNumber), 00076 m_jobIdx(0), 00077 m_FHobj(a_FHobj){ 00078 m_req.code = a_req->code; 00079 m_req.major = a_req->major; 00080 m_req.minor = a_req->minor; 00081 m_req.pid = a_req->pid; 00082 m_req.reqid = a_req->reqid; 00083 m_req.type = a_req->type; 00084 }; FileRecall_t()
| FileRecall_t::FileRecall_t | ( | ) | [inline] |
Definition at line 85 of file joblistmgr.h.
References ivd_req_hdr_t::code, m_req, ivd_req_hdr_t::major, ivd_req_hdr_t::minor, ivd_req_hdr_t::pid, ivd_req_hdr_t::reqid, and ivd_req_hdr_t::type.
00086 : 00087 m_jobNumber(0), 00088 m_jobIdx(0), 00089 m_FHobj(NULL){ 00090 m_req.code = m_req.major = m_req.minor = m_req.pid = m_req.reqid = m_req.type = 0; 00091 }; ~FileRecall_t() {
| FileRecall_t::~FileRecall_t | ( | ) | [inline] |
Definition at line 92 of file joblistmgr.h.
00092 { 00093 // if (m_FHobj != NULL) { 00094 // m_FHobj->DecrRef(); 00095 // } 00096 // NULL statement 00097 };
Definition at line 97 of file joblistmgr.h.
Definition at line 99 of file joblistmgr.h.
Definition at line 100 of file joblistmgr.h.
1.5.6