home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somd / cpp / event / event.def < prev    next >
Encoding:
Text File  |  1996-01-24  |  2.2 KB  |  64 lines

  1. ;
  2. ;   COMPONENT_NAME: somx
  3. ;
  4. ;   ORIGINS: 27
  5. ;
  6. ;
  7. ;   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  8. ;   All Rights Reserved
  9. ;   Licensed Materials - Property of IBM
  10. ;   US Government Users Restricted Rights - Use, duplication or
  11. ;   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12. ;
  13.  
  14. ; %Z% %I% %W% %G% %U% [%H% %T%]
  15.  
  16. ; DISCLAIMER OF WARRANTIES.
  17. ; The following [enclosed] code is sample code created by IBM
  18. ; Corporation. This sample code is not part of any standard or IBM
  19. ; product and is provided to you solely for the purpose of assisting
  20. ; you in the development of your applications.  The code is provided
  21. ; "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
  22. ; NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  23. ; FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
  24. ; THIS CODE.  IBM shall not be liable for any damages arising out of
  25. ; your use of the sample code, even if they have been advised of the
  26. ; possibility of such damages.
  27. ;
  28. ; DISTRIBUTION.
  29. ; This sample code can be freely distributed, copied, altered, and
  30. ; incorporated into other software, provided that it bears the above
  31. ; Copyright notice and DISCLAIMER intact.
  32.  
  33. LIBRARY         event INITINSTANCE
  34. DESCRIPTION     'event'
  35.  
  36. PROTMODE
  37.  
  38. DATA            MOVEABLE SINGLE SHARED LOADONCALL
  39. CODE            MOVEABLE DISCARDABLE LOADONCALL
  40. HEAPSIZE        4096
  41.  
  42. EXPORTS
  43.    EventChannelAdmin_ConsumerAdminCClassData
  44.    EventChannelAdmin_ConsumerAdminClassData
  45.    EventChannelAdmin_ConsumerAdminNewClass
  46.    EventChannelAdmin_SupplierAdminCClassData
  47.    EventChannelAdmin_SupplierAdminClassData
  48.    EventChannelAdmin_SupplierAdminNewClass
  49.    EventChannelAdmin_EventChannelCClassData
  50.    EventChannelAdmin_EventChannelClassData
  51.    EventChannelAdmin_EventChannelNewClass
  52.    EventComm_EventConnectionCClassData
  53.    EventComm_EventConnectionClassData
  54.    EventComm_EventConnectionNewClass
  55.    EventComm_ConsumerCClassData
  56.    EventComm_ConsumerClassData
  57.    EventComm_ConsumerNewClass
  58.    EventComm_SupplierCClassData
  59.    EventComm_SupplierClassData
  60.    EventComm_SupplierNewClass
  61.    CellCClassData
  62.    CellClassData
  63.    CellNewClass
  64.