~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 JadeMessages.msg by msggen.pl.
#include "Message.h"

#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif

struct JadeMessages {
  // 1000
  static const MessageType1 unknownType;
  // 1001
  static const MessageType0 emptyOutputFilename;
  // 1002
  static const MessageType2 cannotOpenOutputError;
};
const MessageType1 JadeMessages::unknownType(
MessageType::error,
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
1000
#ifndef SP_NO_MESSAGE_TEXT
,"unknown output type %1"
#endif
);
const MessageType0 JadeMessages::emptyOutputFilename(
MessageType::error,
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
1001
#ifndef SP_NO_MESSAGE_TEXT
,"empty output filename"
#endif
);
const MessageType2 JadeMessages::cannotOpenOutputError(
MessageType::error,
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
1002
#ifndef SP_NO_MESSAGE_TEXT
,"cannot open output file %1 (%2)"
#endif
);
#ifdef SP_NAMESPACE
}
#endif