NsgmlsMessages.h 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these libraries and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /* $XConsortium: NsgmlsMessages.h /main/1 1996/07/29 16:58:51 cde-hp $ */
  24. // This file was automatically generated from NsgmlsMessages.msg by msggen.pl.
  25. #include "Message.h"
  26. #ifdef SP_NAMESPACE
  27. namespace SP_NAMESPACE {
  28. #endif
  29. struct NsgmlsMessages {
  30. // 0
  31. static const MessageType2 cannotOpenOutputError;
  32. // 1
  33. static const MessageType2 closeOutputError;
  34. // 2
  35. static const MessageType1 unknownOutputOption;
  36. };
  37. const MessageType2 NsgmlsMessages::cannotOpenOutputError(
  38. MessageType::error,
  39. #ifdef BUILD_LIBSP
  40. MessageFragment::libModule,
  41. #else
  42. MessageFragment::appModule,
  43. #endif
  44. 0
  45. #ifndef SP_NO_MESSAGE_TEXT
  46. ,"cannot open output file %1 (%2)"
  47. #endif
  48. );
  49. const MessageType2 NsgmlsMessages::closeOutputError(
  50. MessageType::error,
  51. #ifdef BUILD_LIBSP
  52. MessageFragment::libModule,
  53. #else
  54. MessageFragment::appModule,
  55. #endif
  56. 1
  57. #ifndef SP_NO_MESSAGE_TEXT
  58. ,"error closing output file %1 (%2)"
  59. #endif
  60. );
  61. const MessageType1 NsgmlsMessages::unknownOutputOption(
  62. MessageType::error,
  63. #ifdef BUILD_LIBSP
  64. MessageFragment::libModule,
  65. #else
  66. MessageFragment::appModule,
  67. #endif
  68. 2
  69. #ifndef SP_NO_MESSAGE_TEXT
  70. ,"unknown output option %1"
  71. #endif
  72. );
  73. #ifdef SP_NAMESPACE
  74. }
  75. #endif