HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_MakeShared.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_MakeShared.h (UT Library, C++)
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __UT_MAKESHARED_H_INCLUDED__
13 #define __UT_MAKESHARED_H_INCLUDED__
14 
15 #if defined(_MSC_VER)
16  #pragma message ("Deprecated in Houdini 17. Use UT_SharedPtr.h instead.")
17 #else
18  #warning "Deprecated in Houdini 17. Use UT_SharedPtr.h instead."
19 #endif
20 
21 /// @file
22 /// This file is deprecated. Include UT_SharedPtr.h instead
23 
24 #include "UT_SharedPtr.h"
25 
26 #endif // __UT_MAKESHARED_H_INCLUDED__