VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/aggregateMoveToLocationPSR.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: aggregateMoveToLocationPSR.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef aggregateMoveToLocationPSR_H_
00016 #define aggregateMoveToLocationPSR_H_
00017 
00018 #include "vrfobjcore/vrfobjcoreDefines.h"
00019 #include "vrfobjcore/processSR.h"
00020 #include "vrfutil/rwInt.h"
00021 #include "vrfutil/rwString.h"
00022 
00026 class DT_DLL_vrfobjcore DtAggregateMoveToLocationPSR : public DtVrfProcessStateRepository
00027 {
00028 public:
00029 
00031    DtAggregateMoveToLocationPSR(DtVrfObject* vrfObject, 
00032       const DtString& rwName = DtString::nullString(), 
00033       DtReaderWriterRegistry*  parentRegistry = 0);
00034 
00036    DtAggregateMoveToLocationPSR(const DtAggregateMoveToLocationPSR& orig,
00037       const DtString& rwName = DtString::nullString(), 
00038       DtReaderWriterRegistry*  parentRegistry = 0);
00039 
00041    virtual ~DtAggregateMoveToLocationPSR();
00042 
00044    DtAggregateMoveToLocationPSR& operator=(const DtAggregateMoveToLocationPSR& orig);
00045 
00047    virtual DtVrfProcessStateRepository* clone(
00048       const DtString& rwName = DtString::nullString(), 
00049       DtReaderWriterRegistry*  parentRegistry = 0) const;
00050 
00054    virtual DtString type() const;
00055 
00060    virtual void setSubtaskType(int taskType);
00061    virtual int subtaskType() const;
00063 
00066    virtual void setRouteName(const DtString& routeName);
00067    virtual DtString routeName() const;
00069 
00071    static DtVrfProcessStateRepository* creator (const DtString& rwName,
00072       DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
00073 
00074 protected:
00075 
00077    DtRwInt mySubtaskType;
00078 
00080    DtRwString myRouteName;
00081 };
00082 
00083 #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)