Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/kernel.git] / src / Notification / NOTIFICATION.hxx
1 //  File      : NOTIFICATION.hxx
2 //  Created   : 1 Avril 2002
3 //  Author    : Laurent DADA / Francis KLOSS
4 //  Project   : SALOME
5 //  Module    : Notification
6 //  Copyright : CEA / Open CASCADE
7
8 #ifndef NOTIFICATION_HXX
9 #define NOTIFICATION_HXX
10
11 #define NOTIF_WARNING "Warning"
12 #define NOTIF_STEP    "Step"
13 #define NOTIF_TRACE   "Trace"
14 #define NOTIF_VERBOSE "Verbose"
15
16 #define NOTIFICATION_ChannelName "EventChannel"
17
18 #include "utilities.h"
19
20 // kloss #include <omnithread.h>
21 #include "CosNotifyShorthands.h"
22
23 #include "NOTIFICATION_Supplier.hxx"
24 #include "NOTIFICATION_Consumer.hxx"
25
26 char* NOTIFICATION_date();
27 CosNA_EventChannel_ptr NOTIFICATION_channel();
28
29 #endif