Class Hierarchy   Class Index   Method Index  

IGCdestinationMessageReceivedEventInputs.h

00001 #ifndef __IGC_DESTINATION_MESSAGE_RECEIVED_EVENT_INPUTS_H__
00002 #define __IGC_DESTINATION_MESSAGE_RECEIVED_EVENT_INPUTS_H__
00003 //--------------------------------------------------------------------------
00004 // Copyright (C) 1997-2009 iNTERFACEWARE Inc. All Rights Reserved.
00005 //
00006 // Class: IGCdestinationMessageReceivedEventInputs
00007 //
00008 // Description:
00009 //
00010 // Class interface definition.
00011 //
00012 // This file is automatically generated.
00013 // DO NOT EDIT.
00014 //
00015 // Author: codegen2
00016 // Date:   Friday, September 11th, 2009 @ 02:14:06 PM
00017 // Revision: $Revision: 1.3 $
00018 //
00019 // Last Edit Date: $Date: 2009-09-23 17:46:53 $
00020 // Source: $Source: /home/cvs/cvsroot/IGC/IGCdestinationMessageReceivedEventInputs.h,v $
00021 //--------------------------------------------------------------------------
00022 
00023 #include <IGC/IGCminimumInclude.h>
00024 
00025 #ifndef __IGC_DESTINATION_MESSAGE_RECEIVED_EVENT_INPUTS_HANDLE_H__
00026 #define __IGC_DESTINATION_MESSAGE_RECEIVED_EVENT_INPUTS_HANDLE_H__
00027 typedef void* IGCdestinationMessageReceivedEventInputsHandle;
00028 #endif
00029 
00030 
00036 class IGCdestinationMessageReceivedEventInputs
00037 {
00038 public:
00040    IGCdestinationMessageReceivedEventInputs();
00041    IGCdestinationMessageReceivedEventInputs(const IGCdestinationMessageReceivedEventInputs& Orig);
00042    IGCdestinationMessageReceivedEventInputs(IGCdestinationMessageReceivedEventInputsHandle Handle);
00043    
00045    virtual ~IGCdestinationMessageReceivedEventInputs();
00046    
00048    IGCdestinationMessageReceivedEventInputs& operator=(const IGCdestinationMessageReceivedEventInputs& Orig);
00049    
00051    IGCdestinationMessageReceivedEventInputsHandle GetHandle() const { return Handle; }
00052    
00053    
00058    const char* Message() const;
00059    
00060    
00077    const char* MessageLogId() const;
00078    
00079    
00080 private:
00081    IGCdestinationMessageReceivedEventInputsHandle Handle;
00082 };
00083 
00084 #endif // end of defensive include