File: MessageFormatterMessages.h

package info (click to toggle)
jade 1.2.1-43
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,808 kB
  • ctags: 16,989
  • sloc: cpp: 120,657; sh: 10,452; ansic: 8,228; perl: 378; makefile: 296; sed: 5
file content (90 lines) | stat: -rw-r--r-- 1,775 bytes parent folder | download | duplicates (8)
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
// This file was automatically generated from .\MessageFormatterMessages.msg by ..\msggen.pl.
#include "Message.h"

#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif

struct MessageFormatterMessages {
  // 5100
  static const MessageFragment ordinal1;
  // 5101
  static const MessageFragment ordinal2;
  // 5102
  static const MessageFragment ordinal3;
  // 5103
  static const MessageFragment ordinaln;
  // 5104
  static const MessageFragment invalidArgumentType;
  // 5105
  static const MessageFragment invalidMessage;
};
const MessageFragment MessageFormatterMessages::ordinal1(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5100
#ifndef SP_NO_MESSAGE_TEXT
,"st"
#endif
);
const MessageFragment MessageFormatterMessages::ordinal2(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5101
#ifndef SP_NO_MESSAGE_TEXT
,"nd"
#endif
);
const MessageFragment MessageFormatterMessages::ordinal3(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5102
#ifndef SP_NO_MESSAGE_TEXT
,"rd"
#endif
);
const MessageFragment MessageFormatterMessages::ordinaln(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5103
#ifndef SP_NO_MESSAGE_TEXT
,"th"
#endif
);
const MessageFragment MessageFormatterMessages::invalidArgumentType(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5104
#ifndef SP_NO_MESSAGE_TEXT
,"(invalid argument type)"
#endif
);
const MessageFragment MessageFormatterMessages::invalidMessage(
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
5105
#ifndef SP_NO_MESSAGE_TEXT
,"(invalid message)"
#endif
);
#ifdef SP_NAMESPACE
}
#endif