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/02 10:44:56 UTC

svn commit: r502555 - in /webservices/sandesha/trunk/c: include/sandesha2_constants.h src/storage/permanent/permanent_storage_mgr.c

Author: damitha
Date: Fri Feb  2 01:44:56 2007
New Revision: 502555

URL: http://svn.apache.org/viewvc?view=rev&rev=502555
Log:
removed a printf

Modified:
    webservices/sandesha/trunk/c/include/sandesha2_constants.h
    webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c

Modified: webservices/sandesha/trunk/c/include/sandesha2_constants.h
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_constants.h?view=diff&rev=502555&r1=502554&r2=502555
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_constants.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_constants.h Fri Feb  2 01:44:56 2007
@@ -495,6 +495,8 @@
     #define SANDESHA2_PERSISTANT_PROPERTY_SEPERATOR ",,,"
     #define SANDESHA2_BUSY_WAIT_TIME 8
     #define SANDESHA2_IS_SVR_SIDE "is_svr_side" 
+    #define SANDESHA2_SVR_DB "sandesha2_svr_db" 
+    #define SANDESHA2_CLIENT_DB "sandesha2_client_db" 
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c?view=diff&rev=502555&r1=502554&r2=502555
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c Fri Feb  2 01:44:56 2007
@@ -956,7 +956,6 @@
         sandesha2_msg_store_bean_get_flow(msg_store_bean, env));
     transport_to_str = sandesha2_msg_store_bean_get_transport_to(msg_store_bean, 
         env);
-    printf("transport_to_str:%s\n", transport_to_str);
     if(transport_to_str)
     {
         property = axis2_property_create_with_args(env, 0, 0, 0, transport_to_str);



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