source: XMLIO_V2/external/src/POCO/Foundation/pocomsg.mc @ 80

Last change on this file since 80 was 80, checked in by ymipsl, 14 years ago

ajout lib externe

File size: 2.3 KB
Line 
1;//
2;// pocomsg.mc[.h]
3;//
4;// $Id: //poco/1.3/Foundation/src/pocomsg.mc#1 $
5;//
6;// The Poco message source/header file.
7;//
8;// NOTE: pocomsg.h is automatically generated from pocomsg.mc.
9;//       Never edit pocomsg.h directly!
10;//
11;// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
12;// and Contributors.
13;//
14;// Permission is hereby granted, free of charge, to any person or organization
15;// obtaining a copy of the software and accompanying documentation covered by
16;// this license (the "Software") to use, reproduce, display, distribute,
17;// execute, and transmit the Software, and to prepare derivative works of the
18;// Software, and to permit third-parties to whom the Software is furnished to
19;// do so, all subject to the following:
20;//
21;// The copyright notices in the Software and this entire statement, including
22;// the above license grant, this restriction and the following disclaimer,
23;// must be included in all copies of the Software, in whole or in part, and
24;// all derivative works of the Software, unless such copies or derivative
25;// works are solely in the form of machine-executable object code generated by
26;// a source language processor.
27;//
28;// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29;// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30;// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
31;// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
32;// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
33;// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
34;// DEALINGS IN THE SOFTWARE.
35;//
36
37
38;//
39;// Categories
40;//
41MessageId=0x1
42SymbolicName=POCO_CTG_FATAL
43Language=English
44Fatal
45.
46MessageId=0x2
47SymbolicName=POCO_CTG_CRITICAL
48Language=English
49Critical
50.
51MessageId=0x3
52SymbolicName=POCO_CTG_ERROR
53Language=English
54Error
55.
56MessageId=0x4
57SymbolicName=POCO_CTG_WARNING
58Language=English
59Warning
60.
61MessageId=0x5
62SymbolicName=POCO_CTG_NOTICE
63Language=English
64Notice
65.
66MessageId=0x6
67SymbolicName=POCO_CTG_INFORMATION
68Language=English
69Information
70.
71MessageId=0x7
72SymbolicName=POCO_CTG_DEBUG
73Language=English
74Debug
75.
76MessageId=0x8
77SymbolicName=POCO_CTG_TRACE
78Language=English
79Trace
80.
81
82;//
83;// Event Identifiers
84;//
85MessageId=0x1000
86SymbolicName=POCO_MSG_LOG
87Language=English
88%1
89.
Note: See TracBrowser for help on using the repository browser.