VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
weaponListRequestAdmin.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrftasks/adminContent.h"
14 
19 {
20 public:
21 
24 
27 
29  const DtWeaponListRequestAdmin & operator=(const
31 
33  virtual ~DtWeaponListRequestAdmin();
34 
36  static DtAdminContent* create();
37 
39  virtual bool init();
40 
42  virtual const DtAdminContentMessageType& type() const;
43 
46  virtual DtAdminContent * clone() const;
47 
49  virtual void setGetResources(bool get);
50  virtual bool getResources() const;
51 
53  virtual DtString stringRep() const;
54 
56  virtual int netRepSize() const;
57 
59  virtual bool setFromNet(const char* contentBuffer,
60  unsigned contentSize);
61 
63  virtual bool setToNet();
64 
65 protected:
67 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)