Go to the documentation of this file.
28 #ifndef _NOTIFICATION_SWIG_HXX_
29 #define _NOTIFICATION_SWIG_HXX_
38 void Send(
const char* graph,
const char* node,
const char* type,
const char* message);
48 bool Receive(
char** graph,
char** node,
char** type,
char** message,
char** sender,
long* counter,
char** date,
long* stamp);