1 // StringValControl.h 2 // e.moon 17jan99 3 4 #ifndef __STRINGVALCONTROL_H__ 5 #define __STRINGVALCONTROL_H__ 6 7 #include "ValControl.h" 8 #include "ValControlSegment.h" 9 10 #include "cortex_defs.h" 11 __BEGIN_CORTEX_NAMESPACE 12 13 14 class StringValControl : /*implements*/ public ValControl { 15 }; 16 17 __END_CORTEX_NAMESPACE 18 #endif /* __STRINGVALCONTROL_H__ */