home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ooxdb210.zip / ooxcharacter.pdl < prev    next >
Text File  |  1996-11-13  |  629b  |  38 lines

  1. #ifndef ooxcharacter_idl
  2. #define ooxcharacter_idl
  3.  
  4. #include "ooxfield.idl"
  5. #include <somcls.idl>
  6.  
  7. interface ooxcharacter : ooxfield
  8.  
  9. //---Symbol parentComment is undefined---
  10. {
  11.  
  12.   void define(inout somInitCtrl ctrl, in string name, in short length);
  13.  
  14. #ifdef __SOMIDL__
  15.   implementation {
  16.  
  17.     releaseorder:
  18.     define;
  19.  
  20.     filestem = ooxcharacter;
  21. #if 1
  22.     callstyle = oidl;
  23. #endif
  24.  
  25.     passthru C_ph_before =  ""
  26. "#include \"ooxbase.h\""
  27. "#include \"ooxfield.ih\"";
  28.  
  29.     somDefaultInit: override, init;
  30.     somUninit: override;
  31.     define: init;
  32.  
  33.   };
  34. #endif /* __SOMIDL__ */
  35. };
  36.  
  37. #endif  
  38.