VR-Forces 4.0.4 Class Documentation
include/bhaveMsgs/adminRequestScriptName.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: adminRequestScriptName.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #pragma once
00013 
00014 #include <vrftasks/adminContent.h>
00015 #include "bhaveMsgs/bhaveMsgsDefines.h"
00016 
00017 namespace BHAVE
00018 {
00019 class DT_DLL_bhaveMsgs DtAdminRequestScriptName: public DtAdminContent
00020 {
00021 
00022 public:
00024    DtAdminRequestScriptName();
00025 
00027    DtAdminRequestScriptName(const DtAdminRequestScriptName & orig);
00028 
00030    const DtAdminRequestScriptName & operator=(DtAdminRequestScriptName & orig);
00031 
00032    virtual ~DtAdminRequestScriptName();
00033 
00034    virtual int type() const;
00035 
00036    virtual DtAdminContent * clone() const;
00037 
00038    virtual DtString stringRep() const;
00039 
00040    virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
00041 
00042    virtual bool setToNet();
00043 
00044    static DtAdminContent* creator();
00045 };
00046 
00047 } 

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)