VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
omtReadException.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
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
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
This file declares vlException.
DtOMTReadException(const char *reason)
Definition: omtReadException.h:21
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
DtOMTReadException(const DtOMTReadException &toCopy)
Definition: omtReadException.h:22
DtException is the generic MAK Exception from which all other Exceptions thrown by MAK products are d...
Definition: vlExceptions.h:33
Definition: omtReadException.h:17

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)