Bugzilla – Bug 5767
Removing notification wrapper types from globusrun-ws code
Last modified: 2008-01-22 13:54:17
You need to log in before you can comment on or make changes to this bug.
We don't need the notification wrapper types in 4.2 anymore. But i can't remove them from the ws-gram and ws-rendezvous schemas because they are still in use in globusrun-ws somehow. It looks to me that they are no longer needed and that we could clean this up. client/c/source/globus_i_monitor.c: #include "wsgram_StateChangeNotificationMessageWrapperType.h" client/c/source/globus_i_dump_rsl.c: #include "wsgram_StateChangeNotificationMessageWrapperType.h" client/c/rendezvous/source/globus_rendezvous_sub.c: #include "wsrendezvous_StateChangeNotificationMessageWrapperType.h" client/c/rendezvous/source/globus_rendezvous.c: #include "wsrendezvous_StateChangeNotificationMessageWrapperType.h" client/c/rendezvous/source/globus_rendezvous.c: &wsrendezvous_StateChangeNotificationMessageWrapperType_info)) client/c/rendezvous/source/globus_rendezvous.c: wsrendezvous_StateChangeNotificationMessageWrapperType * sc = client/c/rendezvous/source/globus_rendezvous.c: (wsrendezvous_StateChangeNotificationMessageWrapperType *) client/c/rendezvous/source/globus_rendezvous_multi.c:#include "wsrendezvous_StateChangeNotificationMessageWrapperType.h"
The C code no longer uses those types.