VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
requestCurrentTasksAdminContent.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrftasks/adminContent.h"
14 #include <vlutil/vlString.h>
16 
20 {
21 public:
22 
25 
28 
32 
35 
37  static DtAdminContent* create();
38 
40  virtual bool init();
41 
43  virtual const DtAdminContentMessageType& type() const;
44 
47  //{@
48  virtual bool subscribeToChanges() const;
49  virtual void setSubscribeToChanges(bool b);
51 
54  virtual DtAdminContent * clone() const;
55 
57  virtual DtString stringRep() const;
58 
60  virtual int netRepSize() const;
61 
63  virtual bool setFromNet(const char* contentBuffer,
64  unsigned contentSize);
65 
67  virtual bool setToNet();
68 
69 protected:
71 };
72 
73 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)