VR-Forces 4.1.1 Class Documentation
weaponListResponseAdmin.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 #include <list>
15 
19 {
20 public:
21 
24 
27 
31 
33  virtual ~DtWeaponListResponseAdmin();
34 
36  static DtAdminContent* create();
37 
39  virtual bool init();
40 
42  virtual const DtAdminContentMessageType& type() const;
43 
45 
46  virtual const std::list<DtString>& weaponSystems() const;
47  virtual std::list<DtString>& weaponSystems();
49 
52  virtual void addWeaponSystem(const DtString& modeName);
54  virtual void clearWeaponSystems();
55 
58  virtual DtAdminContent* clone() const;
59 
61  virtual DtString stringRep() const;
62 
64  virtual int netRepSize() const;
65 
67  virtual bool setFromNet(const char* contentBuffer,
68  unsigned contentSize);
69 
71  virtual bool setToNet();
72 
73 protected:
75  std::list<DtString> myWeaponSystems;
76 };

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)