FileRecall_t Struct Reference
[Classes for managing events]

#include <joblistmgr.h>

Collaboration diagram for FileRecall_t:

Collaboration graph
[legend]

List of all members.


Detailed Description

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_FileHeaderm_FHobj
ivd_req_hdr_t m_req

Constructor & Destructor Documentation

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]

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     };


Member Data Documentation

Definition at line 97 of file joblistmgr.h.

Definition at line 99 of file joblistmgr.h.

Definition at line 100 of file joblistmgr.h.

Definition at line 101 of file joblistmgr.h.

Referenced by FileRecall_t().


The documentation for this struct was generated from the following file:

Generated on Mon Feb 27 19:14:10 2012 for OPENARCHIVE by  doxygen 1.5.6