VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifAdminSetTemplateName.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
8 
10 
12 {
13 
14 public:
15 
18 
21 
24 
26  virtual ~DtIfAdminSetTemplateUUID();
27 
29  virtual const DtAdminContentMessageType& type() const;
30 
32  virtual DtAdminContent* clone() const;
33 
35  virtual int netRepSize() const;
36 
38  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
39 
41  virtual bool setToNet();
42 
47  virtual DtString stringRep() const;
48 
50  static DtAdminContent* create();
51 
54  virtual void setTemplateUUID(const DtUUID & name);
55  virtual const DtUUID& templateUUID() const;
57 
58 protected:
59 
61 };
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets the contents of this set request based on the network buffer.
virtual int netRepSize() const
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual DtAdminContent * clone() const =0
Make a copy of this content.
Definition: vrfObjectMessageTypeTemplate.h:24
DtUUID myTemplateUUID
Definition: ifAdminSetTemplateName.h:60
const DtAdminContent & operator=(const DtAdminContent &orig)
assignment operator; same as copy costructor.
Definition: ifAdminSetTemplateName.h:11
DtAdminContent.
Definition: adminContent.h:24
virtual const DtAdminContentMessageType & type() const =0
virtual bool setToNet()
Sets netRep buffer to the contents of this set request.
virtual DtString stringRep() const =0
Get a readable string representation of this content.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)