VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setUnloadEntityRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 #pragma once
15 
17 #include <vlutil/vlNetTypes.h>
18 #include "vrfutil/rwString.h"
19 
24 
27 {
28 
29 public:
30 
31 
33 
35 
36 
39 
40  DtSetUnloadEntityRequest(const DtString & writeName,
41  DtReaderWriterRegistry * parentRegistry = 0);
42 
44 
45  DtSetUnloadEntityRequest(const DtString & writeName, const
47  parentRegistry = 0);
48 
50 
51  const DtSetUnloadEntityRequest & operator=(const
53 
54  virtual ~DtSetUnloadEntityRequest();
55 
57 
58  virtual const DtSetMessageType& type() const;
59 
61 
62  virtual DtSetDataRequest * clone(const DtString & name, DtReaderWriterRegistry *
63  parentRegistry = 0) const;
64 
66 
67  virtual DtString stringRep() const;
68 
71 
72  virtual int netRepSize() const;
73 
75 
76  virtual bool setFromNet(const char* contentBuffer,
77  unsigned contentSize);
78 
81  virtual bool setToNet();
82  static DtSetDataRequest * creator();
83 };
84 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)