MAK RTIspy API Documentation for HLA 1.3
logicalTimeFactoryImpl.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: logicalTimeFactoryImpl.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 #ifndef RTI_LogicalTimeFactoryImpl_H_
00010 #define RTI_LogicalTimeFactoryImpl_H_
00011 
00012 #include <RTI/LogicalTimeFactory.h>
00013 
00014 class RTI_EXPORT_FEDTIME LogicalTimeFactoryImpl :
00015    public rti1516::LogicalTimeFactory
00016 {
00017 public:
00018    LogicalTimeFactoryImpl();
00019 
00020    virtual
00021    ~LogicalTimeFactoryImpl()
00022 throw();
00023 
00024    virtual std::auto_ptr< rti1516::LogicalTime >
00025    makeLogicalTime()
00026 throw (rti1516::InternalError);
00027 
00028    virtual std::auto_ptr< rti1516::LogicalTimeInterval >
00029    makeLogicalTimeInterval()
00030 throw (rti1516::InternalError);
00031 
00032 };
00033 
00034 #endif // RTI_LogicalTimeFactoryImpl_H_

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)