Introduction of BSDArchitecture
[oweals/cde.git] / cde / programs / nsgmls / RastEventHandlerMessages.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: RastEventHandlerMessages.h /main/1 1996/07/29 17:02:35 cde-hp $ */
24 // This file was automatically generated from RastEventHandlerMessages.msg by msggen.pl.
25 #include "Message.h"
26
27 #ifdef SP_NAMESPACE
28 namespace SP_NAMESPACE {
29 #endif
30
31 struct RastEventHandlerMessages {
32   // 100
33   static const MessageType0 invalidRastPiError;
34   // 101
35   static const MessageType1 invalidActiveLinkType;
36   // 102
37   static const MessageType1 duplicateActiveLinkType;
38   // 103
39   static const MessageType0 multipleLinkRuleMatch;
40   // 104
41   static const MessageType0 noLinkRuleMatch;
42   // 105
43   static const MessageType0 multipleLinkRules;
44 };
45 const MessageType0 RastEventHandlerMessages::invalidRastPiError(
46 MessageType::error,
47 #ifdef BUILD_LIBSP
48 MessageFragment::libModule,
49 #else
50 MessageFragment::appModule,
51 #endif
52 100
53 #ifndef SP_NO_MESSAGE_TEXT
54 ,"invalid RAST processing instruction"
55 #endif
56 );
57 const MessageType1 RastEventHandlerMessages::invalidActiveLinkType(
58 MessageType::error,
59 #ifdef BUILD_LIBSP
60 MessageFragment::libModule,
61 #else
62 MessageFragment::appModule,
63 #endif
64 101
65 #ifndef SP_NO_MESSAGE_TEXT
66 ,"invalid link type %1 in rast-active-lpd processing instruction"
67 #endif
68 );
69 const MessageType1 RastEventHandlerMessages::duplicateActiveLinkType(
70 MessageType::error,
71 #ifdef BUILD_LIBSP
72 MessageFragment::libModule,
73 #else
74 MessageFragment::appModule,
75 #endif
76 102
77 #ifndef SP_NO_MESSAGE_TEXT
78 ,"duplicate link type %1 in rast-active-lpd processing instruction"
79 #endif
80 );
81 const MessageType0 RastEventHandlerMessages::multipleLinkRuleMatch(
82 MessageType::error,
83 #ifdef BUILD_LIBSP
84 MessageFragment::libModule,
85 #else
86 MessageFragment::appModule,
87 #endif
88 103
89 #ifndef SP_NO_MESSAGE_TEXT
90 ,"rast-link-rule: processing instruction matches more than one link rule"
91 #endif
92 );
93 const MessageType0 RastEventHandlerMessages::noLinkRuleMatch(
94 MessageType::error,
95 #ifdef BUILD_LIBSP
96 MessageFragment::libModule,
97 #else
98 MessageFragment::appModule,
99 #endif
100 104
101 #ifndef SP_NO_MESSAGE_TEXT
102 ,"rast-link-rule: processing instruction matches does not match any link rules"
103 #endif
104 );
105 const MessageType0 RastEventHandlerMessages::multipleLinkRules(
106 MessageType::error,
107 #ifdef BUILD_LIBSP
108 MessageFragment::libModule,
109 #else
110 MessageFragment::appModule,
111 #endif
112 105
113 #ifndef SP_NO_MESSAGE_TEXT
114 ,"multiple applicable link rules without disambiguating rast-link-rule: processing instruction"
115 #endif
116 );
117 #ifdef SP_NAMESPACE
118 }
119 #endif