VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
adminStopLoggingObjectConsoleToFile.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
12 #include "vrftasks/adminContent.h"
13 #include <vlutil/vlString.h>
15 
19 {
20 public:
21 
24 
27 
31 
34 
36  static DtAdminContent* create();
37 
39  virtual bool init();
40 
42  virtual const DtAdminContentMessageType& type() const;
43 
46  virtual DtAdminContent * clone() const;
47 
49  virtual DtString stringRep() const;
50 
52  virtual int netRepSize() const;
53 
55  virtual bool setFromNet(const char* contentBuffer,
56  unsigned contentSize);
57 
59  virtual bool setToNet();
60 
61 protected:
62 };
63 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)