home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dtswps.zip / DTSFILES.ZIP / 2.IDL < prev    next >
Text File  |  1996-04-08  |  124b  |  9 lines

  1. #include <somobj.idl>
  2.  
  3. interface X : SOMObject {
  4.        implementation {
  5.                dtsdefaults;
  6.        };
  7. };
  8.  
  9.