HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_TBBParallelInvoke.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_TBBParallelInvoke.h (UT Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __UT_TBBPARALLEL_INVOKE_H_INCLUDED__
12 #define __UT_TBBPARALLEL_INVOKE_H_INCLUDED__
13 
14 #ifndef __TBB_show_deprecation_message_task_H
15  #define __TBB_show_deprecation_message_task_H
16  #define UT_TBBPARALLEL_INVOKE_RESTORE_DEPRECATION_MESSAGE
17 #endif
18 
19 #include <tbb/parallel_invoke.h>
20 
21 #ifdef UT_TBBPARALLEL_INVOKE_RESTORE_DEPRECATION_MESSAGE
22  #undef __TBB_show_deprecation_message_task_H
23  #undef UT_TBBPARALLEL_INVOKE_RESTORE_DEPRECATION_MESSAGE
24 #endif
25 
26 #endif // __UT_TBBPARALLEL_INVOKE_H_INCLUDED__