view usr/src/cmd/man/src/util/nsgmls.src/lib/MessageReporterMessages.h @ 4:1a15d5aaf794

synchronized with onnv_86 (6202) in onnv-gate
author Koji Uno <koji.uno@sun.com>
date Mon, 31 Aug 2009 14:38:03 +0900
parents c9caec207d52
children
line wrap: on
line source

// This file was automatically generated from lib\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