VR-Forces 4.1 Class Documentation
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 
11 namespace BHAVE
12 {
17  {
18 
19  public:
20 
23 
26 
28  const DtIfAdminSetTemplateName & operator=(const DtIfAdminSetTemplateName & orig);
29 
31  virtual ~DtIfAdminSetTemplateName();
32 
34  virtual const DtAdminContentMessageType& type() const;
35 
37  virtual DtAdminContent * clone() const;
38 
40  virtual int netRepSize() const;
41 
43  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
44 
46  virtual bool setToNet();
47 
52  virtual DtString stringRep() const;
53 
55  static DtAdminContent* creator();
56 
59  virtual void setTemplateName(const DtString & name);
60  virtual const DtString& templateName() const;
62 
63  protected:
64 
66  };
67 
68 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)