HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OH_TriggerObject.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: OH_TriggerObject.h ( Op Handler Library, C++)
7  *
8  * COMMENTS:
9  * This is a little helper class. I need to be able to have
10  * UI interests, yet I can't subclass OH_OpHandler off a
11  * UI_Object because that prevents multiple inheritance of
12  * OH_OpHandler and some UI_Object based class, making
13  * OH_OpHandler useless. So, I just contain this little
14  * UI_Object for expressing interests in UI events.
15  */
16 
17 #ifndef __OH_TriggerObject__
18 #define __OH_TriggerObject__
19 
20 // Implementation moved to UI_TriggerObject
21 #include <UI/UI_OHTriggerObject.h>
23 
24 #endif
UI_OHTriggerObject OH_TriggerObject