You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by da...@apache.org on 2007/02/09 04:57:44 UTC

svn commit: r505164 - in /webservices/sandesha/trunk/c/samples: Makefile.am rm_echo/ rm_echo_1_0/ rm_echo_1_0/Makefile.am rm_echo_single_1_0/Makefile.am rm_echo_single_1_0/rm_echo_single.c

Author: damitha
Date: Thu Feb  8 19:57:43 2007
New Revision: 505164

URL: http://svn.apache.org/viewvc?view=rev&rev=505164
Log:
renamed the sample folder

Added:
    webservices/sandesha/trunk/c/samples/rm_echo_1_0/
      - copied from r505162, webservices/sandesha/trunk/c/samples/rm_echo/
    webservices/sandesha/trunk/c/samples/rm_echo_1_0/Makefile.am
      - copied unchanged from r505163, webservices/sandesha/trunk/c/samples/rm_echo/Makefile.am
Removed:
    webservices/sandesha/trunk/c/samples/rm_echo/
Modified:
    webservices/sandesha/trunk/c/samples/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c

Modified: webservices/sandesha/trunk/c/samples/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/Makefile.am?view=diff&rev=505164&r1=505163&r2=505164
==============================================================================
--- webservices/sandesha/trunk/c/samples/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/Makefile.am Thu Feb  8 19:57:43 2007
@@ -1,4 +1,4 @@
 samplesdir=$(prefix)/samples
-SUBDIRS = resources RMSampleService rm_echo rm_echo_1_1 rm_ping_1_0 rm_ping_1_1 rm_mtom rm_echo_single
+SUBDIRS = resources RMSampleService rm_echo rm_echo_1_1 rm_ping_1_0 rm_ping_1_1 rm_mtom rm_echo_single_1_0 rm_echo_single_1_1
 samples_DATA= Makefile.am Makefile.in
 

Modified: webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am?view=diff&rev=505164&r1=505163&r2=505164
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am Thu Feb  8 19:57:43 2007
@@ -1,10 +1,10 @@
 prgbindir=$(prefix)/bin/samples
 prgbin_PROGRAMS = rm_echo_single_1_0
-samplesdir=$(prefix)/samples/client/rm_echo_single
+samplesdir=$(prefix)/samples/client/rm_echo_single_1_0
 samples_DATA=rm_echo_single.c Makefile.am Makefile.in
-rm_echo_single_SOURCES = rm_echo_single.c echo_util.c
+rm_echo_single_1_0_SOURCES = rm_echo_single.c echo_util.c
 
-rm_echo_single_LDADD   =  \
+rm_echo_single_1_0_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_axiom \

Modified: webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c?view=diff&rev=505164&r1=505163&r2=505164
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c Thu Feb  8 19:57:43 2007
@@ -29,7 +29,7 @@
 #include <sandesha2_client.h>
 #include <axis2_addr.h>
 
-#define SANDESHA2_MAX_COUNT 10
+#define SANDESHA2_MAX_COUNT 2
 
 /* on_complete callback function */
 axis2_status_t AXIS2_CALL



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org