HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
impl.h
Go to the documentation of this file.
1 //
2 // Copyright 2025 Pixar
3 //
4 // Licensed under the terms set forth in the LICENSE.txt file available at
5 // https://openusd.org/license.
6 //
7 #ifndef PXR_BASE_WORK_IMPL_H
8 #define PXR_BASE_WORK_IMPL_H
9 
11 
12 #ifdef WORK_IMPL_NS
13 #define PXR_WORK_IMPL_NS WORK_IMPL_NS
14 #define PXR_WORK_IMPL_NAMESPACE_USING_DIRECTIVE using namespace PXR_WORK_IMPL_NS;
15 #else
16 #define PXR_WORK_IMPL_NS
17 #define PXR_WORK_IMPL_NAMESPACE_USING_DIRECTIVE
18 #endif
19 
20 #endif