VR-Forces 4.0.4 Class Documentation
include/vrftasks/requestIndirectArtilleryInformation.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: requestIndirectArtilleryInformation.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef requestIndirectArtilleryInformation_h
00015 #define requestIndirectArtilleryInformation_h
00016 
00017 #include "vrftasks/adminContent.h"
00018 #include <vlpi/entityType.h>
00019 
00024 class DT_DLL_vrftasks DtRequestIndirectArtilleryInformation : public DtAdminContent
00025 {
00026 public:
00027 
00029    DtRequestIndirectArtilleryInformation();
00030 
00032    DtRequestIndirectArtilleryInformation(const DtRequestIndirectArtilleryInformation & orig);
00033 
00035    const DtRequestIndirectArtilleryInformation & operator=(const 
00036       DtRequestIndirectArtilleryInformation & orig);
00037 
00039    virtual ~DtRequestIndirectArtilleryInformation();
00040 
00042    static DtAdminContent* create();
00043 
00045    virtual bool init();
00046 
00048    virtual int type() const;
00049 
00052    virtual DtAdminContent * clone() const;
00053 
00055    virtual DtString stringRep() const;
00056 
00058    virtual int netRepSize() const;
00059 
00061    virtual bool setFromNet(const char* contentBuffer,
00062       unsigned contentSize);
00063 
00065    virtual bool setToNet();
00066 
00067 protected:
00068 };
00069 
00070 
00071 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)