#include <ivd-fsevent.h>

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 |
| 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;
| string reply_str_t::m_fsUUID |
Definition at line 36 of file linux/ivd-fsevent.h.
1.5.6