reply_str_t Struct Reference

#include <ivd-fsevent.h>

Collaboration diagram for reply_str_t:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 28 of file hpux/ivd-fsevent.h.


Public Member Functions

 reply_str_t (string a_fsUUID, hsm_req_hdr_t a_hdr)
 reply_str_t (string a_fsUUID, ivd_req_hdr_t a_hdr)

Public Attributes

string m_fsUUID
hsm_req_hdr_t m_hdr
ivd_req_hdr_t m_hdr

Constructor & Destructor Documentation

reply_str_t::reply_str_t ( string  a_fsUUID,
hsm_req_hdr_t  a_hdr 
) [inline]

Definition at line 29 of file hpux/ivd-fsevent.h.

00030         :
00031         m_fsUUID(a_fsUUID),
00032         m_hdr(a_hdr) {
00033             //NULL Statement
00034         };
    string          m_fsUUID;

reply_str_t::reply_str_t ( string  a_fsUUID,
ivd_req_hdr_t  a_hdr 
) [inline]

Definition at line 29 of file linux/ivd-fsevent.h.

00030         :
00031         m_fsUUID(a_fsUUID),
00032         m_hdr(a_hdr) {
00033             //NULL Statement
00034         };
    string          m_fsUUID;


Member Data Documentation

Definition at line 34 of file hpux/ivd-fsevent.h.

Referenced by PreMountsMgr::Del().

Definition at line 36 of file hpux/ivd-fsevent.h.

Referenced by i_FsEvMgr_i::SendReply().

Definition at line 36 of file linux/ivd-fsevent.h.


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

Generated on Mon Feb 27 19:46:01 2012 for OPENARCHIVE by  doxygen 1.5.6