You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/04/25 08:48:38 UTC

svn commit: r532224 - /webservices/sandesha/trunk/c/src/storage/mysql/sandesha2_permanent_storage_mgr.h

Author: damitha
Date: Tue Apr 24 23:48:37 2007
New Revision: 532224

URL: http://svn.apache.org/viewvc?view=rev&rev=532224
Log:
In get_dbconn function make the return type as void *

Added:
    webservices/sandesha/trunk/c/src/storage/mysql/sandesha2_permanent_storage_mgr.h
      - copied, changed from r530743, webservices/sandesha/trunk/c/include/sandesha2_permanent_storage_mgr.h

Copied: webservices/sandesha/trunk/c/src/storage/mysql/sandesha2_permanent_storage_mgr.h (from r530743, webservices/sandesha/trunk/c/include/sandesha2_permanent_storage_mgr.h)
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/mysql/sandesha2_permanent_storage_mgr.h?view=diff&rev=532224&p1=webservices/sandesha/trunk/c/include/sandesha2_permanent_storage_mgr.h&r1=530743&p2=webservices/sandesha/trunk/c/src/storage/mysql/sandesha2_permanent_storage_mgr.h&r2=532224
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_permanent_storage_mgr.h (original)
+++ webservices/sandesha/trunk/c/src/storage/mysql/sandesha2_permanent_storage_mgr.h Tue Apr 24 23:48:37 2007
@@ -25,7 +25,6 @@
 #include <axutil_utils_defines.h>
 #include <axutil_env.h>
 #include <axis2_conf_ctx.h>
-#include <mysql.h>
 #include <sandesha2_storage_mgr.h>
 
 #ifdef __cplusplus
@@ -54,7 +53,7 @@
     const axutil_env_t *env, 
     axis2_conf_ctx_t *conf_ctx);
 
-MYSQL * AXIS2_CALL
+void * AXIS2_CALL
 sandesha2_permanent_storage_mgr_get_dbconn(
     sandesha2_storage_mgr_t *storage_mgr,
     const axutil_env_t *env);



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