[cwscore-commit] CVS update: MODIFIED: source, globus_c_wsrf_client_tools_programs_branch

Joe Bester commit at globus.org
Thu May 25 11:18:56 CDT 2006


, Makefile.am, globus_notification_consumer_service.c
 ...

  User: bester  
  Date: 06/05/25 11:18:56

  Modified:    c/core/notification/source Tag:
                        globus_c_wsrf_client_tools_programs_branch
                        Makefile.am configure.in
                        globus_notification_consumer_service.c
  Log:
  Added globus-wsn-get-current-message, globus-wsn-pause-subscription,
  globus-wsn-resume-subscription, globus-wsn-subscribe programs
  Removed obsolete init function from notification consumer service impl
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.16.1 +1 -1      wsrf/c/core/notification/source/Makefile.am
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/globdev/CVS/globus-packages/wsrf/c/core/notification/source/Makefile.am,v
  retrieving revision 1.12
  retrieving revision 1.12.16.1
  diff -u -b -r1.12 -r1.12.16.1
  --- Makefile.am	2 Nov 2005 22:28:45 -0000	1.12
  +++ Makefile.am	25 May 2006 16:18:56 -0000	1.12.16.1
  @@ -1,7 +1,7 @@
   include $(top_srcdir)/globus_automake_pre
   include $(top_srcdir)/globus_automake_pre_top
   
  -SUBDIRS= doxygen pkgdata 
  +SUBDIRS= . programs doxygen pkgdata 
   
   CGEN=$(GLOBUS_LOCATION)/bin/globus-wsrf-cgen
   
  
  
  
  1.2.90.1  +3 -2      wsrf/c/core/notification/source/configure.in
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.in
  ===================================================================
  RCS file: /home/globdev/CVS/globus-packages/wsrf/c/core/notification/source/configure.in,v
  retrieving revision 1.2
  retrieving revision 1.2.90.1
  diff -u -b -r1.2 -r1.2.90.1
  --- configure.in	1 Nov 2004 03:32:19 -0000	1.2
  +++ configure.in	25 May 2006 16:18:56 -0000	1.2.90.1
  @@ -1,4 +1,4 @@
  -AC_REVISION($Revision: 1.2 $)
  +AC_REVISION($Revision: 1.2.90.1 $)
   AC_INIT(Makefile.am)
   
   GLOBUS_INIT
  @@ -8,7 +8,7 @@
   dnl Initialize the automake rules the last argument
   AM_INIT_AUTOMAKE($GPT_NAME, $GPT_VERSION)
   
  -LAC_DOXYGEN("../ ./", "*.dox")
  +LAC_DOXYGEN("../ ./ ../programs", "*.dox")
   
   AC_MSG_CHECKING([if compiler supports -Wno-unused])
   echo "int main(void) { return 0; }" > conftest.c
  @@ -23,6 +23,7 @@
   
   AC_OUTPUT(
   	Makefile
  +        programs/Makefile
   	pkgdata/Makefile
   	pkgdata/pkg_data_src.gpt
   	doxygen/Makefile
  
  
  
  1.11.4.1  +0 -11     wsrf/c/core/notification/source/globus_notification_consumer_service.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: globus_notification_consumer_service.c
  ===================================================================
  RCS file: /home/globdev/CVS/globus-packages/wsrf/c/core/notification/source/globus_notification_consumer_service.c,v
  retrieving revision 1.11
  retrieving revision 1.11.4.1
  diff -u -b -r1.11 -r1.11.4.1
  --- globus_notification_consumer_service.c	19 Jan 2006 05:57:58 -0000	1.11
  +++ globus_notification_consumer_service.c	25 May 2006 16:18:56 -0000	1.11.4.1
  @@ -68,17 +68,6 @@
   /* NotificationConsumerService_finalize() */
   
   globus_result_t
  -Consumer_Notify_init(
  -    globus_service_engine_t             engine,
  -    globus_soap_message_handle_t        message,
  -    wsnt_NotifyType *                   Notify)
  -{
  -    /* NOOP */
  -    return GLOBUS_SUCCESS;
  -}
  -/* Consumer_Notify_init() */
  -
  -globus_result_t
   Consumer_Notify_impl(
       globus_service_engine_t             engine,
       globus_soap_message_handle_t        message,
  
  
  




More information about the cwscore-commit mailing list