InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IDHAFactoryList.h
1 
2 
3 /*
4 
5 This file prevents classes from being optimized out by the compiler.
6 
7 Dead-stripping is a compiler optimization that removes code that is not used in a binary. Because of how
8 InDesign code is referenced, the compiler can be fooled into optimizing it away. To prevent dead stripping,
9 your plug-in should have a file that references the new C++ class, so it is not dead-stripped. This prevents
10 the compilers from optimizing your code away because it appears not to be referenced.
11 
12 */
13 
14 
15 // Code generated by DollyXs code generator