VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifAdminRequestSpawnPtData.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
8 
10 #include <vrfutil/rwUUID.h>
11 
13 {
14 public:
17 
20 
23 
25  virtual ~DtIfAdminRequestSpawnPtData();
26 
28  virtual const DtAdminContentMessageType& type() const;
29 
31  virtual DtAdminContent * clone() const;
32 
34  virtual int netRepSize() const;
35 
37  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
38 
40  virtual bool setToNet();
41 
46  virtual DtString stringRep() const;
47 
49  static DtAdminContent* create();
50 
54  virtual void setSpawnPoint(const DtUUID&);
55 
57  virtual const DtUUID& spawnPoint() const;
59 
60 protected:
61 
63 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)