1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
// This file was automatically generated from .\MessageReporterMessages.msg by ..\msggen.pl.
#include "Message.h"
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif
struct MessageReporterMessages {
// 5000
static const MessageFragment infoTag;
// 5001
static const MessageFragment warningTag;
// 5002
static const MessageFragment quantityErrorTag;
// 5003
static const MessageFragment idrefErrorTag;
// 5004
static const MessageFragment errorTag;
// 5005
static const MessageFragment openElements;
// 5006
static const MessageFragment inNamedEntity;
// 5007
static const MessageFragment inUnnamedEntity;
// 5008
static const MessageFragment invalidLocation;
// 5009
static const MessageFragment offset;
};
const MessageFragment MessageReporterMessages::infoTag(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5000
#ifndef SP_NO_MESSAGE_TEXT
,"I"
#endif
);
const MessageFragment MessageReporterMessages::warningTag(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5001
#ifndef SP_NO_MESSAGE_TEXT
,"W"
#endif
);
const MessageFragment MessageReporterMessages::quantityErrorTag(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5002
#ifndef SP_NO_MESSAGE_TEXT
,"Q"
#endif
);
const MessageFragment MessageReporterMessages::idrefErrorTag(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5003
#ifndef SP_NO_MESSAGE_TEXT
,"X"
#endif
);
const MessageFragment MessageReporterMessages::errorTag(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5004
#ifndef SP_NO_MESSAGE_TEXT
,"E"
#endif
);
const MessageFragment MessageReporterMessages::openElements(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5005
#ifndef SP_NO_MESSAGE_TEXT
,"open elements"
#endif
);
const MessageFragment MessageReporterMessages::inNamedEntity(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5006
#ifndef SP_NO_MESSAGE_TEXT
,"In entity %1 included from %2"
#endif
);
const MessageFragment MessageReporterMessages::inUnnamedEntity(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5007
#ifndef SP_NO_MESSAGE_TEXT
,"In entity included from %2"
#endif
);
const MessageFragment MessageReporterMessages::invalidLocation(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5008
#ifndef SP_NO_MESSAGE_TEXT
,"(invalid location)"
#endif
);
const MessageFragment MessageReporterMessages::offset(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5009
#ifndef SP_NO_MESSAGE_TEXT
,"offset "
#endif
);
#ifdef SP_NAMESPACE
}
#endif
|