MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
RTI
pubList.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: pubList.h,v $ $Revision: 1.8 $ $State: Exp $
7
*********************************************************************/
8
#ifdef DtMOM
9
10
11
12
#ifndef DtMomPublicationList_H_
13
#define DtMomPublicationList_H_
14
15
#include "
rtiMsConfig.h
"
16
#include <vlutil/vlList.h>
17
18
class
DT_DLL_LRC
DtMomPublicationList :
public
MAKRti::DtList
19
{
20
public
:
21
23
DtMomPublicationList();
24
26
virtual
~DtMomPublicationList();
27
28
29
protected
:
30
31
private
:
33
DtMomPublicationList(
const
DtMomPublicationList& orig);
34
};
35
36
#endif
37
#endif
Document ID: Generated on Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)