VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifRemoveFromOrganization.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vrfutil/rwUUID.h>
13 
24 #include "vrfmsgs/vrfmsgsDefines.h"
26 {
27 public:
28 
31 
33  virtual ~DtIfRemoveFromOrganization();
34 
37 
40 
42  virtual DtSimInterfaceContent * clone() const;
43 
46  virtual int type() const;
47 
50  virtual void setUUID(const DtUUID&);
51 
53  virtual const DtUUID& uuid() const;
54 
55  virtual int netRepSize() const;
56  virtual bool setFromNet(const char* contentBuffer,
57  unsigned contentSize);
58  virtual bool setToNet();
59 
60  virtual void printDataToString(DtString& str);
61 
62  static DtSimInterfaceContent* creator();
63 
64 protected:
66 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)