home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / IDL / WPDSERV.IDL < prev    next >
Text File  |  1995-08-30  |  691b  |  31 lines

  1. /*
  2.  *  Copyright (c) IBM Corporation  1994 - All Rights Reserved
  3.  *
  4.  *  WPDSERV - Workplace Shell DSOM Server Class DLL
  5.  */
  6. #ifndef wpdserver_idl
  7. #define wpdserver_idl
  8. #include <somdserv.idl>
  9. interface WPObject;
  10. interface WPDServer : SOMDServer
  11. {
  12.    #ifdef __SOMIDL__
  13.    implementation
  14.    {
  15.       passthru C_h_after =
  16.       "#define INCL_WIN"
  17.       "#include <os2.h>"
  18.       "";
  19.       passthru C_xh_after =
  20.       "#define INCL_WIN"
  21.       "#include <os2.h>"
  22.       "";
  23.       externalstem   = wpdserv;
  24.       externalprefix = wpdserv_;
  25.       callstyle      = oidl;
  26.       dllname        = "wpdserv.dll";
  27.    };
  28.    #endif /* __SOMIDL__ */
  29. };
  30. #endif /* wpdserver_idl */
  31.