VR-Forces 4.0.4 Class Documentation
include/vrfmsgs/ifSetHostilityMatrix.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ifSetHostilityMatrix.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ** Created: 7/16/04, MEM Updated:
00008 *******************************************************************************/
00009 
00012 
00013 
00019 
00020 
00021 #ifndef ifSetHostilityMatrix_H_
00022 #define ifSetHostilityMatrix_H_
00023 
00024 #include "vrfmsgs/ifHostilityMatrix.h"
00025 
00030 #include "vrfmsgs/vrfmsgsDefines.h"
00031 class DT_DLL_vrfmsgs DtIfSetHostilityMatrix : public DtIfHostilityMatrix
00032 {
00033 
00034 public:      
00036    DtIfSetHostilityMatrix();
00037 
00039    DtIfSetHostilityMatrix(const DtIfSetHostilityMatrix & orig);
00040 
00042    const DtIfSetHostilityMatrix& operator=(const DtIfSetHostilityMatrix& orig);
00043 
00044    virtual ~DtIfSetHostilityMatrix();
00045 
00046    virtual int type() const;
00047 
00048    virtual DtSimInterfaceContent* clone() const;
00049 
00050    static DtSimInterfaceContent* creator();
00051 
00052 protected:
00053 };
00054 
00055 #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)