1 // This file was automatically generated from .\MifMessages.msg by ..\msggen.pl.
2 #include "Message.h"
3 
4 #ifdef SP_NAMESPACE
5 namespace SP_NAMESPACE {
6 #endif
7 
8 struct MifMessages {
9   // 7000
10   static const MessageType2 cannotOpenOutputError;
11   // 7001
12   static const MessageType1 systemIdNotFilename;
13   // 7002
14   static const MessageType0 missingTableColumnFlowObject;
15 };
16 const MessageType2 MifMessages::cannotOpenOutputError(
17 MessageType::error,
18 #ifdef BUILD_LIBSP
19 MessageFragment::libModule,
20 #else
21 MessageFragment::appModule,
22 #endif
23 7000
24 #ifndef SP_NO_MESSAGE_TEXT
25 ,"MIF: cannot open output file %1 (%2)"
26 #endif
27 );
28 const MessageType1 MifMessages::systemIdNotFilename(
29 MessageType::error,
30 #ifdef BUILD_LIBSP
31 MessageFragment::libModule,
32 #else
33 MessageFragment::appModule,
34 #endif
35 7001
36 #ifndef SP_NO_MESSAGE_TEXT
37 ,"MIF: could not convert system identifier %1 to a single filename"
38 #endif
39 );
40 const MessageType0 MifMessages::missingTableColumnFlowObject(
41 MessageType::warning,
42 #ifdef BUILD_LIBSP
43 MessageFragment::libModule,
44 #else
45 MessageFragment::appModule,
46 #endif
47 7002
48 #ifndef SP_NO_MESSAGE_TEXT
49 ,"MIF: missing table column flow object (table-auto-width feature not fully supported)"
50 #endif
51 );
52 #ifdef SP_NAMESPACE
53 }
54 #endif
55