From: <lk...@us...> - 2005-05-24 04:02:40
|
Update of /cvsroot/openorb/NotificationService/src/psdl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8839/src/psdl Modified Files: notify.psdl Log Message: fix for the incorrect patch in last commit, contributed by jiangwei_1976 dot yahoo dot com dot cn Index: notify.psdl =================================================================== RCS file: /cvsroot/openorb/NotificationService/src/psdl/notify.psdl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- notify.psdl 23 May 2005 03:50:11 -0000 1.3 +++ notify.psdl 24 May 2005 04:02:32 -0000 1.4 @@ -375,8 +375,8 @@ abstract storagehome ConsumerAdminHome of ConsumerAdmin { factory create( id, channel_id, filter_operator, qos_properties, - pull_suppliers, push_suppliers, next_pull_supplier_id, - next_push_supplier_id, filters, mapping_filters, next_filter_id, event_types ); + pull_suppliers, push_suppliers, next_supplier_id, + filters, mapping_filters, next_filter_id, event_types ); }; /** @@ -443,7 +443,7 @@ abstract storagehome SupplierAdminHome of SupplierAdmin { factory create( id, channel_id, filter_operator, qos_properties, pull_consumers, push_consumers, - next_pull_consumer_id, next_push_consumer_id, filters, mapping_filters, next_filter_id, event_types ); + next_consumer_id, filters, mapping_filters, next_filter_id, event_types ); }; /** @@ -503,12 +503,12 @@ state CosNotification::PropertySeq admin_properties; /** - * Indicates the next pull consumer id + * Indicates the next consumer id */ state long next_consumer_admin_id; /** - * Indicates the next push consumer id + * Indicates the next supplier id */ state long next_supplier_admin_id; |