HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_OTLLicenseType.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: OP_OTLLicenseType.h ( OTL Library, C++)
7  */
8 
9 #ifndef __OP_OTLLicenseType__
10 #define __OP_OTLLicenseType__
11 
12 #include "OP_API.h"
13 
14 class UT_String;
15 
16 // This enumeration describes the different license types that are available.
18 {
23 };
24 
25 OP_API extern void OPstringFromLicenseType(OP_OTLLicenseType licensetype,
26  UT_String &licensetypestr);
27 
28 #endif
OP_API void OPstringFromLicenseType(OP_OTLLicenseType licensetype, UT_String &licensetypestr)
#define OP_API
Definition: OP_API.h:10
OP_OTLLicenseType