VR-Forces 4.0.4 Class Documentation
include/vrfplanmgr/entDstroySrch.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: entDstroySrch.h,v $ $Revision: 1.8 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtEntDestroyedSearch_H_
00013 #define DtEntDestroyedSearch_H_
00014 
00015 #include <vlutil/vlString.h>
00016 #include <vlutil/vlMachineTypes.h>
00017 #include "vrfobjcore/subSearch.h"
00018 
00019 
00020 class DtVrfObject;
00021 
00030 
00031 #include "vrfplanmgr/vrfplanmgrDefines.h"
00032 class DT_DLL_vrfplanmgr DtEntDestroyedSearch : public DtSimSubordinateSearch
00033 {
00034 public:
00035 
00037    DtEntDestroyedSearch();
00038 
00040    virtual ~DtEntDestroyedSearch();
00041 
00042 protected:
00043 
00045    virtual bool initializeSearch(const DtVrfObjectManager* vrfObjectManager);
00046 
00048    virtual bool inspectEntity(const DtVrfObject& entity);
00049 
00053    virtual bool searchSubordinates(
00054       const DtVrfObject& pAggEntity);
00055 
00056 private:
00058    DtEntDestroyedSearch(const DtEntDestroyedSearch& orig);
00059 
00061    DtEntDestroyedSearch& operator=(const DtEntDestroyedSearch& orig);
00062 };
00063 
00064 #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)