lcRecord.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1998 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00008 
00009 #pragma once
00010 
00011 #include "lcPdu.h"
00012 
00015 class DT_DLL_LOGGERCONTROL DtLgrRecordPdu : public DtLgrControlPdu
00016 {
00017 public:
00018 
00020    DtLgrRecordPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
00021 
00023    DtLgrRecordPdu( const DtNetLgrControlPdu* initial,
00024       DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
00025 
00027    DtLgrRecordPdu( const DtEntityIdentifier& sender,
00028       const DtEntityIdentifier& receiver,
00029       DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
00030 
00032    virtual ~DtLgrRecordPdu();
00033 
00035    DtLgrRecordPdu( const DtLgrRecordPdu& src );
00036 
00038    DtLgrRecordPdu& operator=( const DtLgrRecordPdu& src );
00039 };
00040 

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)