VR-Forces 4.0.4 Class Documentation
include/bhaveMsgs/ifAdminRequestSpawnPtData.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2012 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00006 #pragma once
00007 #include "bhaveMsgs/bhaveMsgsDefines.h"
00008 
00009 #include <vrftasks/adminContent.h>
00010 
00011 namespace BHAVE
00012 {
00016    class DT_DLL_bhaveMsgs DtIfAdminRequestSpawnPtData : public DtAdminContent
00017    {
00018    public:
00020       DtIfAdminRequestSpawnPtData();
00021 
00023       DtIfAdminRequestSpawnPtData(const DtIfAdminRequestSpawnPtData & orig);
00024 
00026       const DtIfAdminRequestSpawnPtData & operator=(const DtIfAdminRequestSpawnPtData & orig);
00027 
00029       virtual ~DtIfAdminRequestSpawnPtData();
00030 
00032       virtual int type() const;
00033 
00035       virtual DtAdminContent * clone() const;
00036 
00038       virtual int netRepSize() const;
00039 
00041       virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
00042 
00044       virtual bool setToNet();
00045 
00050       virtual DtString stringRep() const;
00051 
00053       static DtAdminContent* creator();
00054 
00057       virtual void setSpawnPointName(const DtString & name);
00058       virtual const DtString& spawnPointName() const;
00060 
00061    protected:
00062 
00063       DtString mySpawnPointName;
00064    };
00065 
00066 } 

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)