Skip navigation.

Using the CORBA Notification Service

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

 


CosNotifyComm::StructuredPushConsumer::
disconnect_structured_push_consumer

Synopsis

Never invoked.

OMG IDL

void disconnect_structured_push_consumer;

Description

This operation is never invoked. The subscriber application must provide a stubbed-out version of this operation.

Examples

C++ code example:

virtual void push_structured_event(
const CosNotification::StructuredEvent& notification );
{
throw new CORBA::NO_IMPLEMENT();
}

 

Skip navigation bar  Back to Top Previous Next