home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / wpshidl / samples / wpsamps / dragfold.idl < prev    next >
Encoding:
Text File  |  1993-11-18  |  1.4 KB  |  59 lines

  1. //# This file was generated by the SOM Compiler.
  2. //# FileName: dragfold.id2.
  3. //# Generated using:
  4. //#     SOM Precompiler somopc: 2.2
  5. //#     SOM Emitter emitidl: 2.7
  6.  
  7.  
  8. //
  9. //
  10. //   Module Name: DRAGFOLD
  11. //
  12. //   OS/2 Work Place Shell Sample Program - SOM 2.0 / IDL Version
  13. //
  14. //   Copyright (C) 1993 IBM Corporation
  15. //
  16. //       DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  17. //       sample code created by IBM Corporation. This sample code is not
  18. //       part of any standard or IBM product and is provided to you solely
  19. //       for  the purpose of assisting you in the development of your
  20. //       applications.  The code is provided "AS IS", without
  21. //       warranty of any kind.  IBM shall not be liable for any damages
  22. //       arising out of your use of the sample code, even if they have been
  23. //       advised of the possibility of such damages.
  24. //
  25.  
  26. #ifndef dragfold_idl
  27. #define dragfold_idl
  28.  
  29. #include <wpfolder.idl>
  30. #include <somcls.idl>
  31.  
  32. interface DRAGFOLD : WPFolder
  33. {
  34.  
  35. #ifdef __SOMIDL__
  36.   implementation {
  37.  
  38.     //# Class Modifiers
  39.     externalstem = dragf;
  40.     local;
  41.     externalprefix = dragf_;
  42.     majorversion = 1;
  43.     minorversion = 2;
  44.     filestem = dragfold;
  45.     metaclass = SOMClass;
  46.     callstyle = oidl;
  47.  
  48.  
  49.  
  50.     //# Method Modifiers
  51.     wpDragOver: override;
  52.     wpDrop: override;
  53.  
  54.   };
  55. #endif /* __SOMIDL__ */
  56. };
  57.  
  58. #endif  /* dragfold_idl */
  59.