![]() |
VR-Link API Documentation for HLA 1.3
|
00001 /******************************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *******************************************************************************/ 00007 #pragma once 00008 00009 #include <vlutil/vlExceptions.h> 00010 00012 class DT_DLL_OMTREADER DtOMTReadException : public DtException 00013 { 00014 public: 00015 00016 DtOMTReadException (const char *reason) : DtException (reason) { } 00017 DtOMTReadException (const DtOMTReadException & toCopy) : DtException(toCopy) { } 00018 }; 00019