VR-Forces 4.0.4 Class Documentation
include/vrftasks/setDestroy.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: setDestroy.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 
00019 #ifndef DtSetDestroyRequest_H_
00020 #define DtSetDestroyRequest_H_
00021 
00022 
00023 #include "vrftasks/setDataReq.h"
00024 
00036 
00037 
00038 #include "vrftasks/vrftasksDefines.h"
00039 class DT_DLL_vrftasks DtSetDestroyRequest : public DtSetDataRequest
00040 {
00041 
00042 public:
00043 
00045    DtSetDestroyRequest();
00046 
00049    DtSetDestroyRequest(const DtString & writeName, 
00050       DtReaderWriterRegistry * parentRegistry = 0);
00051 
00053    DtSetDestroyRequest(const DtString& writeName, const DtSetDestroyRequest&
00054       orig, DtReaderWriterRegistry* parentRegistry = 0);
00055 
00057    const DtSetDestroyRequest & operator=(const DtSetDestroyRequest & orig);
00058 
00059    virtual ~DtSetDestroyRequest();
00060 
00062    virtual int type() const;
00063 
00065    virtual DtSetDataRequest * clone(const DtString & name, 
00066       DtReaderWriterRegistry * parentRegistry = 0) const;
00067 
00069    virtual DtString stringRep() const;
00070 
00073    virtual int netRepSize() const;
00074 
00076    virtual bool setFromNet(const char* contentBuffer, 
00077       unsigned contentSize);
00078 
00081    virtual bool setToNet();
00082 
00083    static DtSetDataRequest * creator();
00084 
00085 protected:
00086 
00087 };
00088 
00089 #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)