MAK RTIspy API Documentation for HLA 1.3
pubList.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2001 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: pubList.h,v $ $Revision: 1.8 $ $State: Exp $
00007 *********************************************************************/
00008 #ifdef DtMOM
00009 
00010 
00011 
00012 #ifndef DtMomPublicationList_H_
00013 #define DtMomPublicationList_H_
00014 
00015 #include "rtiMsConfig.h"
00016 #include <vlutil/vlList.h>
00017 
00018 class DT_DLL_LRC DtMomPublicationList : public MAKRti::DtList
00019 {
00020 public:
00021 
00023    DtMomPublicationList();
00024 
00026    virtual ~DtMomPublicationList();
00027 
00028    
00029 protected:
00030 
00031 private:
00033    DtMomPublicationList(const DtMomPublicationList& orig);
00034 };
00035 
00036 #endif
00037 #endif

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)