~ubuntu-branches/ubuntu/oneiric/openjade1.3/oneiric

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
// This file was automatically generated from MifMessages.msg by msggen.pl.
#include "Message.h"

#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif

struct MifMessages {
  // 7000
  static const MessageType2 cannotOpenOutputError;
  // 7001
  static const MessageType1 systemIdNotFilename;
  // 7002
  static const MessageType0 missingTableColumnFlowObject;
};
const MessageType2 MifMessages::cannotOpenOutputError(
MessageType::error,
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
7000
#ifndef SP_NO_MESSAGE_TEXT
,"MIF: cannot open output file %1 (%2)"
#endif
);
const MessageType1 MifMessages::systemIdNotFilename(
MessageType::error,
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
7001
#ifndef SP_NO_MESSAGE_TEXT
,"MIF: could not convert system identifier %1 to a single filename"
#endif
);
const MessageType0 MifMessages::missingTableColumnFlowObject(
MessageType::warning,
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
7002
#ifndef SP_NO_MESSAGE_TEXT
,"MIF: missing table column flow object (table-auto-width feature not fully supported)"
#endif
);
#ifdef SP_NAMESPACE
}
#endif