#ifndef _OE_COSNOTIFICATIONCOMM_IDL_
#define _OE_COSNOTIFICATIONCOMM_IDL_

#include<CosNotification.idl>

module oe_CosNotificationComm {

  interface Event {
    
    enum status {MATCH, MATCHED};
    void callSeq(in CosNotification::EventBatch events, in status stat);
    void callAny(in any event, in status stat);
  };

};
#endif /* ifndef _OE_COSNOTIFICATIONCOMM_IDL_ */