FileMigrate_t Struct Reference
[Classes for managing events]

#include <joblistmgr.h>

Collaboration diagram for FileMigrate_t:

Collaboration graph
[legend]

List of all members.


Detailed Description

Job list manager manage vector of vector of files for each job A more elaborate class description that describes all aspects of class usage etc.

Author:
Andrej Jamsek, HERMES SoftLab
See also:
<reference>

Definition at line 38 of file joblistmgr.h.


Public Member Functions

 FileMigrate_t (cmn_Path a_File, UInt32_t a_jobNumber, UInt32_t a_jobIdx, hsm_FileHeader *a_FHobj)
 FileMigrate_t ()
 ~FileMigrate_t ()

Public Attributes

cmn_Path m_File
UInt32_t m_jobNumber
UInt32_t m_jobIdx
hsm_FileHeaderm_FHobj

Constructor & Destructor Documentation

FileMigrate_t::FileMigrate_t ( cmn_Path  a_File,
UInt32_t  a_jobNumber,
UInt32_t  a_jobIdx,
hsm_FileHeader a_FHobj 
) [inline]

Definition at line 39 of file joblistmgr.h.

00043                 :
00044                 m_File(a_File),
00045                 m_jobNumber(a_jobNumber),
00046                 m_jobIdx(a_jobIdx),
00047                 m_FHobj(a_FHobj){
00048         // NULL statement
00049     };
    FileMigrate_t()

FileMigrate_t::FileMigrate_t (  )  [inline]

Definition at line 50 of file joblistmgr.h.

00051         :
00052         m_File (cmn_Path("")),
00053         m_jobNumber(0),
00054         m_jobIdx(0),
00055         m_FHobj(NULL){
00056         // NULL statement
00057     };
    ~FileMigrate_t() {

FileMigrate_t::~FileMigrate_t (  )  [inline]

Definition at line 58 of file joblistmgr.h.

00058                      {
00059 //         if (m_FHobj != NULL) {
00060 //             m_FHobj->DecrRef();
00061 //         }
00062         // NULL statement
00063     };


Member Data Documentation

Definition at line 63 of file joblistmgr.h.

Definition at line 65 of file joblistmgr.h.

Definition at line 66 of file joblistmgr.h.

Definition at line 67 of file joblistmgr.h.


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

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