HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ErrorUtil.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_ErrorUtil.h (UT Library, C++)
7  *
8  * COMMENTS: Utilities for error handling
9  */
10 
11 #ifndef __UT_ERRORUTIL_H_INCLUDED__
12 #define __UT_ERRORUTIL_H_INCLUDED__
13 
14 #include "UT_API.h"
15 #include "UT_ErrorManager.h"
16 
17 #if defined(_MSC_VER)
18  #pragma message ("Deprecated in Houdini 17. Use UT_ErrorManager.h instead.")
19 #else
20  #warning "Deprecated in Houdini 17. Use UT_ErrorManager.h instead."
21 #endif
22 
23 #endif // __UT_ERRORUTIL_H_INCLUDED__