28 #ifndef NOTIFICATION_Supplier_HXX
29 #define NOTIFICATION_Supplier_HXX
31 #include "SALOME_NOTIFICATION.hxx"
34 #pragma warning(disable:4275) // Disable warning interface non dll
41 void Send(
const char* graph,
const char* node,
const char* type,
const char* message);
44 void disconnect_structured_push_supplier();
45 void subscription_change(
const CosN_EventTypeSeq& added,
const CosN_EventTypeSeq& deled);
50 CosNA_StructuredProxyPushConsumer_var proxy_consumer;