Link with C++ linker
[oweals/cde.git] / cde / programs / nsgmls / MessageReporterMessages.h
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 librararies 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: MessageReporterMessages.h /main/1 1996/07/29 16:57:40 cde-hp $ */
24 // This file was automatically generated from MessageReporterMessages.msg by msggen.pl.
25 #include "Message.h"
26
27 #ifdef SP_NAMESPACE
28 namespace SP_NAMESPACE {
29 #endif
30
31 struct MessageReporterMessages {
32   // 5000
33   static const MessageFragment infoTag;
34   // 5001
35   static const MessageFragment warningTag;
36   // 5002
37   static const MessageFragment quantityErrorTag;
38   // 5003
39   static const MessageFragment idrefErrorTag;
40   // 5004
41   static const MessageFragment errorTag;
42   // 5005
43   static const MessageFragment openElements;
44   // 5006
45   static const MessageFragment inNamedEntity;
46   // 5007
47   static const MessageFragment inUnnamedEntity;
48   // 5008
49   static const MessageFragment invalidLocation;
50   // 5009
51   static const MessageFragment offset;
52   // 5010
53   static const MessageFragment ordinal1;
54   // 5011
55   static const MessageFragment ordinal2;
56   // 5012
57   static const MessageFragment ordinal3;
58   // 5013
59   static const MessageFragment ordinaln;
60   // 5014
61   static const MessageFragment invalidArgumentType;
62   // 5015
63   static const MessageFragment invalidMessage;
64 };
65 const MessageFragment MessageReporterMessages::infoTag(
66 #ifdef BUILD_LIBSP
67 MessageFragment::libModule,
68 #else
69 MessageFragment::appModule,
70 #endif
71 5000
72 #ifndef SP_NO_MESSAGE_TEXT
73 ,"I"
74 #endif
75 );
76 const MessageFragment MessageReporterMessages::warningTag(
77 #ifdef BUILD_LIBSP
78 MessageFragment::libModule,
79 #else
80 MessageFragment::appModule,
81 #endif
82 5001
83 #ifndef SP_NO_MESSAGE_TEXT
84 ,"W"
85 #endif
86 );
87 const MessageFragment MessageReporterMessages::quantityErrorTag(
88 #ifdef BUILD_LIBSP
89 MessageFragment::libModule,
90 #else
91 MessageFragment::appModule,
92 #endif
93 5002
94 #ifndef SP_NO_MESSAGE_TEXT
95 ,"Q"
96 #endif
97 );
98 const MessageFragment MessageReporterMessages::idrefErrorTag(
99 #ifdef BUILD_LIBSP
100 MessageFragment::libModule,
101 #else
102 MessageFragment::appModule,
103 #endif
104 5003
105 #ifndef SP_NO_MESSAGE_TEXT
106 ,"X"
107 #endif
108 );
109 const MessageFragment MessageReporterMessages::errorTag(
110 #ifdef BUILD_LIBSP
111 MessageFragment::libModule,
112 #else
113 MessageFragment::appModule,
114 #endif
115 5004
116 #ifndef SP_NO_MESSAGE_TEXT
117 ,"E"
118 #endif
119 );
120 const MessageFragment MessageReporterMessages::openElements(
121 #ifdef BUILD_LIBSP
122 MessageFragment::libModule,
123 #else
124 MessageFragment::appModule,
125 #endif
126 5005
127 #ifndef SP_NO_MESSAGE_TEXT
128 ,"open elements"
129 #endif
130 );
131 const MessageFragment MessageReporterMessages::inNamedEntity(
132 #ifdef BUILD_LIBSP
133 MessageFragment::libModule,
134 #else
135 MessageFragment::appModule,
136 #endif
137 5006
138 #ifndef SP_NO_MESSAGE_TEXT
139 ,"In entity %1 included from %2"
140 #endif
141 );
142 const MessageFragment MessageReporterMessages::inUnnamedEntity(
143 #ifdef BUILD_LIBSP
144 MessageFragment::libModule,
145 #else
146 MessageFragment::appModule,
147 #endif
148 5007
149 #ifndef SP_NO_MESSAGE_TEXT
150 ,"In entity included from %2"
151 #endif
152 );
153 const MessageFragment MessageReporterMessages::invalidLocation(
154 #ifdef BUILD_LIBSP
155 MessageFragment::libModule,
156 #else
157 MessageFragment::appModule,
158 #endif
159 5008
160 #ifndef SP_NO_MESSAGE_TEXT
161 ,"(invalid location)"
162 #endif
163 );
164 const MessageFragment MessageReporterMessages::offset(
165 #ifdef BUILD_LIBSP
166 MessageFragment::libModule,
167 #else
168 MessageFragment::appModule,
169 #endif
170 5009
171 #ifndef SP_NO_MESSAGE_TEXT
172 ,"offset "
173 #endif
174 );
175 const MessageFragment MessageReporterMessages::ordinal1(
176 #ifdef BUILD_LIBSP
177 MessageFragment::libModule,
178 #else
179 MessageFragment::appModule,
180 #endif
181 5010
182 #ifndef SP_NO_MESSAGE_TEXT
183 ,"st"
184 #endif
185 );
186 const MessageFragment MessageReporterMessages::ordinal2(
187 #ifdef BUILD_LIBSP
188 MessageFragment::libModule,
189 #else
190 MessageFragment::appModule,
191 #endif
192 5011
193 #ifndef SP_NO_MESSAGE_TEXT
194 ,"nd"
195 #endif
196 );
197 const MessageFragment MessageReporterMessages::ordinal3(
198 #ifdef BUILD_LIBSP
199 MessageFragment::libModule,
200 #else
201 MessageFragment::appModule,
202 #endif
203 5012
204 #ifndef SP_NO_MESSAGE_TEXT
205 ,"rd"
206 #endif
207 );
208 const MessageFragment MessageReporterMessages::ordinaln(
209 #ifdef BUILD_LIBSP
210 MessageFragment::libModule,
211 #else
212 MessageFragment::appModule,
213 #endif
214 5013
215 #ifndef SP_NO_MESSAGE_TEXT
216 ,"th"
217 #endif
218 );
219 const MessageFragment MessageReporterMessages::invalidArgumentType(
220 #ifdef BUILD_LIBSP
221 MessageFragment::libModule,
222 #else
223 MessageFragment::appModule,
224 #endif
225 5014
226 #ifndef SP_NO_MESSAGE_TEXT
227 ,"(invalid argument type)"
228 #endif
229 );
230 const MessageFragment MessageReporterMessages::invalidMessage(
231 #ifdef BUILD_LIBSP
232 MessageFragment::libModule,
233 #else
234 MessageFragment::appModule,
235 #endif
236 5015
237 #ifndef SP_NO_MESSAGE_TEXT
238 ,"(invalid message)"
239 #endif
240 );
241 #ifdef SP_NAMESPACE
242 }
243 #endif