1 #ifndef Q_MSG_H
2 #define Q_MSG_H
3 /*
4 ******************************************************************
5 ******************************************************************
6 *******                                                   ********
7 ******  (C) 1988-2010 Tecplot, Inc.                        *******
8 *******                                                   ********
9 ******************************************************************
10 ******************************************************************
11 */
12 #if defined EXTERN
13 #undef EXTERN
14 #endif
15 #if defined Q_MSGMODULE
16 #define EXTERN
17 #else
18 #define EXTERN extern
19 #endif
20 
21 #define MAX_STATUS_LINE_MSG_LEN 255
22 
23 #include "TranslatedString.h"
24 
25 EXTERN Boolean_t WrapString(const char  *OldString,
26                             char       **NewString);
27 EXTERN void Warning(tecplot::strutil::TranslatedString format,
28                     ...); /* zero or more arguments */
29 # if defined TECPLOTKERNEL
30 /* CORE SOURCE CODE REMOVED */
31 #endif
32 EXTERN void ErrMsg(tecplot::strutil::TranslatedString format,
33                    ...); /* zero or more arguments */
34 #if defined TECPLOTKERNEL
35 /* CORE SOURCE CODE REMOVED */
36 #if !defined ENGINE
37 #endif
38 #if !defined ENGINE
39 #if defined MOTIF
40 #endif
41 #endif
42 #if !defined ENGINE
43 #endif
44 #if defined Q_MSGMODULE
45 #else
46 #endif
47 #endif // TECPLOTKERNEL
48 
49 #endif // Q_MSG_H
50