VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vlRtiMismatchException.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2013 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
7 #pragma once
8 
9 #include <vlutil/vlExceptions.h>
10 
11 #ifdef DtUSE_UTILITIES_NAMESPACE
12 namespace DtUSE_UTILITIES_NAMESPACE
13 {
14 #endif
15 
18 {
19 public:
20 
21  DtVlRtiMismatchException (const char *reason) : DtException (reason) { }
23 };
24 
25 #ifdef DtUSE_UTILITIES_NAMESPACE
26 }
27 #endif
28 

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)