Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / nsgmls / CatalogMessages.h
1 /* $XConsortium: CatalogMessages.h /main/1 1996/07/29 16:47:02 cde-hp $ */
2 // This file was automatically generated from CatalogMessages.msg by msggen.pl.
3 #include "Message.h"
4
5 #ifdef SP_NAMESPACE
6 namespace SP_NAMESPACE {
7 #endif
8
9 struct CatalogMessages {
10   // 2100
11   static const MessageType0 nameExpected;
12   // 2101
13   static const MessageType0 literalExpected;
14   // 2102
15   static const MessageType0 nameOrLiteralExpected;
16   // 2103
17   static const MessageType0 nulChar;
18   // 2104
19   static const MessageType0 minimumData;
20   // 2105
21   static const MessageType0 eofInComment;
22   // 2106
23   static const MessageType0 eofInLiteral;
24   // 2107
25   static const MessageType0 overrideYesOrNo;
26   // 2108
27   static const MessageType0 inLoop;
28   // 2109
29   static const MessageType0 systemShouldQuote;
30   // 2110
31   static const MessageType1 noDocumentEntry;
32   // 2111
33   static const MessageType2 noPublicEntry;
34 };
35 const MessageType0 CatalogMessages::nameExpected(
36 MessageType::error,
37 #ifdef BUILD_LIBSP
38 MessageFragment::libModule,
39 #else
40 MessageFragment::appModule,
41 #endif
42 2100
43 #ifndef SP_NO_MESSAGE_TEXT
44 ,"name expected"
45 #endif
46 );
47 const MessageType0 CatalogMessages::literalExpected(
48 MessageType::error,
49 #ifdef BUILD_LIBSP
50 MessageFragment::libModule,
51 #else
52 MessageFragment::appModule,
53 #endif
54 2101
55 #ifndef SP_NO_MESSAGE_TEXT
56 ,"literal expected"
57 #endif
58 );
59 const MessageType0 CatalogMessages::nameOrLiteralExpected(
60 MessageType::error,
61 #ifdef BUILD_LIBSP
62 MessageFragment::libModule,
63 #else
64 MessageFragment::appModule,
65 #endif
66 2102
67 #ifndef SP_NO_MESSAGE_TEXT
68 ,"name or literal expected"
69 #endif
70 );
71 const MessageType0 CatalogMessages::nulChar(
72 MessageType::error,
73 #ifdef BUILD_LIBSP
74 MessageFragment::libModule,
75 #else
76 MessageFragment::appModule,
77 #endif
78 2103
79 #ifndef SP_NO_MESSAGE_TEXT
80 ,"nul character"
81 #endif
82 );
83 const MessageType0 CatalogMessages::minimumData(
84 MessageType::error,
85 #ifdef BUILD_LIBSP
86 MessageFragment::libModule,
87 #else
88 MessageFragment::appModule,
89 #endif
90 2104
91 #ifndef SP_NO_MESSAGE_TEXT
92 ,"not a minimum data character"
93 #endif
94 );
95 const MessageType0 CatalogMessages::eofInComment(
96 MessageType::error,
97 #ifdef BUILD_LIBSP
98 MessageFragment::libModule,
99 #else
100 MessageFragment::appModule,
101 #endif
102 2105
103 #ifndef SP_NO_MESSAGE_TEXT
104 ,"end of entity in comment"
105 #endif
106 );
107 const MessageType0 CatalogMessages::eofInLiteral(
108 MessageType::error,
109 #ifdef BUILD_LIBSP
110 MessageFragment::libModule,
111 #else
112 MessageFragment::appModule,
113 #endif
114 2106
115 #ifndef SP_NO_MESSAGE_TEXT
116 ,"end of entity in literal"
117 #endif
118 );
119 const MessageType0 CatalogMessages::overrideYesOrNo(
120 MessageType::error,
121 #ifdef BUILD_LIBSP
122 MessageFragment::libModule,
123 #else
124 MessageFragment::appModule,
125 #endif
126 2107
127 #ifndef SP_NO_MESSAGE_TEXT
128 ,"OVERRIDE requires argument of YES or NO"
129 #endif
130 );
131 const MessageType0 CatalogMessages::inLoop(
132 MessageType::error,
133 #ifdef BUILD_LIBSP
134 MessageFragment::libModule,
135 #else
136 MessageFragment::appModule,
137 #endif
138 2108
139 #ifndef SP_NO_MESSAGE_TEXT
140 ,"CATALOG entries cause loop"
141 #endif
142 );
143 const MessageType0 CatalogMessages::systemShouldQuote(
144 MessageType::warning,
145 #ifdef BUILD_LIBSP
146 MessageFragment::libModule,
147 #else
148 MessageFragment::appModule,
149 #endif
150 2109
151 #ifndef SP_NO_MESSAGE_TEXT
152 ,"second argument for SYSTEM entry should be quoted to avoid ambiguity"
153 #endif
154 );
155 const MessageType1 CatalogMessages::noDocumentEntry(
156 MessageType::error,
157 #ifdef BUILD_LIBSP
158 MessageFragment::libModule,
159 #else
160 MessageFragment::appModule,
161 #endif
162 2110
163 #ifndef SP_NO_MESSAGE_TEXT
164 ,"no DOCUMENT entry in catalog %1"
165 #endif
166 );
167 const MessageType2 CatalogMessages::noPublicEntry(
168 MessageType::error,
169 #ifdef BUILD_LIBSP
170 MessageFragment::libModule,
171 #else
172 MessageFragment::appModule,
173 #endif
174 2111
175 #ifndef SP_NO_MESSAGE_TEXT
176 ,"no entry for public identifier %1 in catalog %2"
177 #endif
178 );
179 #ifdef SP_NAMESPACE
180 }
181 #endif