00001 /******************************************************************************* 00002 ** Copyright (c) 1998 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 00008 00009 #pragma once 00010 00011 #include "lcPdu.h" 00012 00013 00016 class DT_DLL_LOGGERCONTROL DtLgrStartPdu : public DtLgrControlPdu 00017 { 00018 public: 00019 00021 DtLgrStartPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER ); 00022 00024 DtLgrStartPdu( const DtNetLgrControlPdu* initial, 00025 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER ); 00026 00028 DtLgrStartPdu( const DtEntityIdentifier& sender, 00029 const DtEntityIdentifier& receiver, 00030 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER ); 00031 00033 virtual ~DtLgrStartPdu(); 00034 00036 DtLgrStartPdu( const DtLgrStartPdu& src ); 00037 00039 DtLgrStartPdu& operator=( const DtLgrStartPdu& src ); 00040 }; 00041