VR-Forces 4.2 Class Documentation
adminLogObjectConsoleToFile.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrftasks/adminContent.h"
14 #include <vlutil/vlString.h>
16 
20 {
21 public:
22 
25 
28 
32 
35 
37  static DtAdminContent* create();
38 
40  virtual bool init();
41 
43  virtual const DtAdminContentMessageType& type() const;
44 
46 
47  virtual void setLogFilename(const DtString& filename);
48  virtual DtString logFilename() const;
50 
53  virtual DtAdminContent * clone() const;
54 
56  virtual DtString stringRep() const;
57 
59  virtual int netRepSize() const;
60 
62  virtual bool setFromNet(const char* contentBuffer,
63  unsigned contentSize);
64 
66  virtual bool setToNet();
67 
68 protected:
70 };
71 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)