00001 #ifndef COSTYPEDNOTIFYCOMM_IDL 00002 #define COSTYPEDNOTIFYCOMM_IDL 00003 00004 #include <CosTypedEventComm.idl> 00005 #include <CosNotifyComm.idl> 00006 00017 #pragma prefix "omg.org" 00018 00019 module CosTypedNotifyComm 00020 { 00024 interface TypedPushConsumer : 00025 CosTypedEventComm::TypedPushConsumer, 00026 CosNotifyComm::NotifyPublish 00027 { 00028 }; 00029 00033 interface TypedPullSupplier : 00034 CosTypedEventComm::TypedPullSupplier, 00035 CosNotifyComm::NotifySubscribe 00036 { 00037 }; 00038 00039 }; 00040 00041 00042 #endif /* COSTYPEDNOTIFYCOMM_IDL */