VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
omtReadException.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
7
#pragma once
8
9
10
11
#include <
vlutil/vlExceptions.h
>
12
#ifdef DtUSE_UTILITIES_NAMESPACE
13
namespace
DtUSE_UTILITIES_NAMESPACE
14
{
15
#endif
16
17
class
DT_DLL_OMTREADER
DtOMTReadException
:
public
DtException
18
{
19
public
:
20
21
DtOMTReadException
(
const
char
*reason) :
DtException
(reason) { }
22
DtOMTReadException
(
const
DtOMTReadException
& toCopy) :
DtException
(toCopy) { }
23
};
24
25
#ifdef DtUSE_UTILITIES_NAMESPACE
26
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
27
#endif
Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)