28 #ifndef NOTIFICATION_Consumer_HXX
29 #define NOTIFICATION_Consumer_HXX
31 #include "SALOME_NOTIFICATION.hxx"
37 bool Receive(
char** graph,
char** node,
char** type,
char** message,
char** sender,
long* counter,
char** date,
long* stamp);
40 void disconnect_structured_pull_consumer();
41 void offer_change(
const CosN_EventTypeSeq& added,
const CosN_EventTypeSeq& deled);
44 CosNA_StructuredProxyPullSupplier_var proxy_supplier;
Definition: NOTIFICATION_Consumer.hxx:33