VR-Forces 4.0.4 Class Documentation
include/vrftasks/adminLogObjectConsoleToFile.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: adminLogObjectConsoleToFile.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef adminLogObjectConsoleToFile_h
00015 #define adminLogObjectConsoleToFile_h
00016 
00017 #include "vrftasks/adminContent.h"
00018 #include <vlutil/vlString.h>
00019 #include "vrftasks/vrftasksDefines.h"
00020 
00023 class DT_DLL_vrftasks DtAdminLogObjectConsoleToFile : public DtAdminContent
00024 {
00025 public:
00026 
00028    DtAdminLogObjectConsoleToFile();
00029 
00031    DtAdminLogObjectConsoleToFile(const DtAdminLogObjectConsoleToFile & orig);
00032 
00034    const DtAdminLogObjectConsoleToFile & operator=(const 
00035       DtAdminLogObjectConsoleToFile & orig);
00036 
00038    virtual ~DtAdminLogObjectConsoleToFile();
00039 
00041    static DtAdminContent* create();
00042 
00044    virtual bool init();
00045 
00047    virtual int type() const;
00048 
00050 
00051    virtual void setLogFilename(const DtString& filename);
00052    virtual DtString logFilename() const;
00054 
00057    virtual DtAdminContent * clone() const;
00058 
00060    virtual DtString stringRep() const;
00061 
00063    virtual int netRepSize() const;
00064 
00066    virtual bool setFromNet(const char* contentBuffer,
00067       unsigned contentSize);
00068 
00070    virtual bool setToNet();
00071 
00072 protected:
00073    DtString myLogFilename;
00074 };
00075 
00076 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)