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 
This file declares vlException.
DtVlRtiMismatchException(const char *reason)
Definition: vlRtiMismatchException.h:21
Definition: vlRtiMismatchException.h:17
DtVlRtiMismatchException(const DtVlRtiMismatchException &toCopy)
Definition: vlRtiMismatchException.h:22
DtException is the generic MAK Exception from which all other Exceptions thrown by MAK products are d...
Definition: vlExceptions.h:33
#define DT_DLL_VLUTIL
Definition: vlMachineTypes.h:109

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)