UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
mth
s_message.hpp
1
// wenv.hpp
2
// $Id: s_message.hpp,v 1.2 2007/11/20 09:33:46 guser2 Exp $
3
//-------------------------------------------------------------------------
4
#ifndef _s_message_hpp
5
#define _s_message_hpp
6
//=========================================================================
7
8
#define WE_MSG_LEN 2047
9
10
#define EL_FATAL 0
11
#define EL_ERROR 1
12
#define EL_WARNING 2
13
#define EL_INFO 3
14
#define EL_HINT 4
15
#define EL_DEBUG 5
16
17
extern
"C"
{
18
19
void
sMessage(
int
status,
const
char
* str, ...);
20
21
};
22
23
//=========================================================================
24
#endif // _s_message_hpp
Generated by
1.8.5