Forward compatibility: flex
[foam-extend-3.2.git] / applications / utilities / postProcessing / dataConversion / foamToTecplot360 / tecio / tecsrc / Q_MSG.h
blob04eebd5b763d90bd4e7997dd63bde3b4ede29273
1 /*
2 * NOTICE and LICENSE for Tecplot Input/Output Library (TecIO) - OpenFOAM
4 * Copyright (C) 1988-2009 Tecplot, Inc. All rights reserved worldwide.
6 * Tecplot hereby grants OpenCFD limited authority to distribute without
7 * alteration the source code to the Tecplot Input/Output library, known
8 * as TecIO, as part of its distribution of OpenFOAM and the
9 * OpenFOAM_to_Tecplot converter. Users of this converter are also hereby
10 * granted access to the TecIO source code, and may redistribute it for the
11 * purpose of maintaining the converter. However, no authority is granted
12 * to alter the TecIO source code in any form or manner.
14 * This limited grant of distribution does not supersede Tecplot, Inc.'s
15 * copyright in TecIO. Contact Tecplot, Inc. for further information.
17 * Tecplot, Inc.
18 * 3535 Factoria Blvd, Ste. 550
19 * Bellevue, WA 98006, USA
20 * Phone: +1 425 653 1200
21 * http://www.tecplot.com/
24 #ifndef Q_MSG_H
25 #define Q_MSG_H
27 ******************************************************************
28 ******************************************************************
29 ******* ********
30 ****** (C) 1988-2008 Tecplot, Inc. *******
31 ******* ********
32 ******************************************************************
33 ******************************************************************
35 #if defined EXTERN
36 #undef EXTERN
37 #endif
38 #if defined Q_MSGMODULE
39 #define EXTERN
40 #else
41 #define EXTERN extern
42 #endif
44 #define MAX_STATUS_LINE_MSG_LEN 255
46 #include "TranslatedString.h"
48 EXTERN Boolean_t WrapString(const char *OldString,
49 char **NewString);
50 EXTERN void Warning(tecplot::strutil::TranslatedString Format,
51 ...); /* zero or more arguments */
52 # if defined TECPLOTKERNEL
53 /* CORE SOURCE CODE REMOVED */
54 #endif
55 EXTERN void ErrMsg(tecplot::strutil::TranslatedString Format,
56 ...); /* zero or more arguments */
57 #if defined TECPLOTKERNEL
58 /* CORE SOURCE CODE REMOVED */
59 #if !defined ENGINE
60 #endif
61 #if !defined ENGINE
62 #if defined MOTIF
63 #endif
64 #endif
65 #if !defined ENGINE
66 #endif
67 #if defined Q_MSGMODULE
68 #else
69 #endif
70 #endif // TECPLOTKERNEL
72 #endif // Q_MSG_H