VR-Link API Documentation for DIS
omtReadException.h
Go to the documentation of this file.
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 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)