VR-Link API Documentation for HLA 1.3
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 Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)