VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setEngagementRulesRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 
19 #include "vrfutil/rwString.h"
20 #include <vlutil/vlNetTypes.h>
21 
22 
26 {
28 };
29 
44 {
45 
46 public:
47 
50 
53  DtSetEngagementRulesRequest(const DtString & writeName,
54  DtReaderWriterRegistry * parentRegistry = 0);
55 
57  DtSetEngagementRulesRequest(const DtString & writeName, const
59  parentRegistry = 0);
60 
64 
65  virtual ~DtSetEngagementRulesRequest();
66 
68  virtual const DtSetMessageType& type() const;
69 
71  virtual DtSetDataRequest * clone(const DtString & name,
72  DtReaderWriterRegistry * parentRegistry = 0) const;
73 
75  virtual DtString stringRep() const;
76 
80  virtual const DtString & engagementRules() const;
81  virtual void setEngagementRules(const DtString & rules);
82 
85  virtual int netRepSize() const;
86 
88  virtual bool setFromNet(const char* contentBuffer,
89  unsigned contentSize);
90 
93  virtual bool setToNet();
94 
95  static DtSetDataRequest * creator();
96 
97 protected:
98 
100 
101 };
102 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)