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

  1.  
  2. /*
  3. #
  4. #   COMPONENT_NAME: somx
  5. #
  6. #   ORIGINS: 27
  7. #
  8. #
  9. #   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  10. #   All Rights Reserved
  11. #   Licensed Materials - Property of IBM
  12. #   US Government Users Restricted Rights - Use, duplication or
  13. #   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  14.  
  15.  
  16.  
  17.  
  18. # DISCLAIMER OF WARRANTIES.
  19. # The following [enclosed] code is sample code created by IBM
  20. # Corporation. This sample code is not part of any standard or IBM
  21. # product and is provided to you solely for the purpose of assisting
  22. # you in the development of your applications.  The code is provided
  23. # "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
  24. # NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  25. # FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
  26. # THIS CODE.  IBM shall not be liable for any damages arising out of
  27. # your use of the sample code, even if they have been advised of the
  28. # possibility of such damages.
  29. #
  30. # DISTRIBUTION.
  31. # This sample code can be freely distributed, copied, altered, and
  32. # incorporated into other software, provided that it bears the above
  33. # Copyright notice and DISCLAIMER intact.
  34. */
  35. #include "consumer.h"
  36. STRINGTABLE
  37. BEGIN
  38. ObjrefErrorId    "Unable to get objref from string %s.\n"
  39. CreateErrorId    "ObjectCreationError"
  40. CurrentValueId "Current value of cell: %ld."
  41. ErrorOccurId     "Error Occurred \nexception string: %s\n"
  42. MinorCodeId    "minor error code: %u\n"
  43. CompletionCodeId " completion code: %s\n"
  44. ExceptionId    "Exception"
  45. DisconnectId     "reason for disconnect: %s\n"
  46. YesId        "YES"
  47. NoId        "NO"
  48. MaybeId     "MAYBE"
  49. PollId        "Poll the event channel"
  50. TerminateId    "Terminate the consumer"
  51. END
  52.