MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
HLA1516
RTI
logicalTimeFactoryImpl.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: logicalTimeFactoryImpl.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
9
#ifndef RTI_LogicalTimeFactoryImpl_H_
10
#define RTI_LogicalTimeFactoryImpl_H_
11
12
#include <RTI/LogicalTimeFactory.h>
13
14
class
RTI_EXPORT_FEDTIME
LogicalTimeFactoryImpl
:
15
public
rti1516::LogicalTimeFactory
16
{
17
public
:
18
LogicalTimeFactoryImpl
();
19
20
virtual
21
~
LogicalTimeFactoryImpl
()
22
throw
();
23
24
virtual
std::auto_ptr< rti1516::LogicalTime >
25
makeLogicalTime
()
26
throw
(rti1516::InternalError);
27
28
virtual
std::auto_ptr< rti1516::LogicalTimeInterval >
29
makeLogicalTimeInterval
()
30
throw
(rti1516::InternalError);
31
32
};
33
34
#endif // RTI_LogicalTimeFactoryImpl_H_
Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)