HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HUSD_UniversalLogUsdSource.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: HUSD_UniversalLogUsdSource.h ( FS Library, C++)
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __HUSD_UniversalLogUsdSource__
13 #define __HUSD_UniversalLogUsdSource__
14 
15 #include "HUSD_API.h"
17 
19 {
20 public:
22  ~HUSD_UniversalLogUsdSource() override;
23 
24  static const UT_StringHolder &staticName();
25 };
26 
27 #endif
28 
#define HUSD_API
Definition: HUSD_API.h:32