Author: damitha
Date: Wed Jan 17 21:32:47 2007
New Revision: 497308

URL: http://svn.apache.org/viewvc?view=rev&rev=497308
Log:
minor changes

Modified:
    webservices/sandesha/trunk/c/include/sandesha2_permanent_storage_mgr.h
    webservices/sandesha/trunk/c/src/storage/inmemory/inmemory_transaction.c

Modified: webservices/sandesha/trunk/c/include/sandesha2_permanent_storage_mgr.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_permanent_storage_mgr.h?view=diff&rev=497308&r1=497307&r2=497308
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_permanent_storage_mgr.h 
(original)
+++ webservices/sandesha/trunk/c/include/sandesha2_permanent_storage_mgr.h Wed 
Jan 17 21:32:47 2007
@@ -23,17 +23,16 @@
   */
 
 #include <axis2_utils_defines.h>
-#include <sandesha2_transaction.h>
 #include <axis2_env.h>
 #include <axis2_conf_ctx.h>
 #include <sqlite3.h>
+#include <sandesha2_storage_mgr.h>
 
 #ifdef __cplusplus
 extern "C"
 {
 #endif
 
-typedef struct sandesha2_storage_mgr sandesha2_storage_mgr_t;
 
 /** 
  * @ingroup sandesha2_storage
@@ -74,7 +73,7 @@
 sandesha2_permanent_storage_mgr_remove_transaction(
     sandesha2_storage_mgr_t *storage_mgr,
     const axis2_env_t *env,
-    sandesha2_transaction_t *transaction);
+    struct sandesha2_transaction *transaction);
 
 axis2_msg_ctx_t * AXIS2_CALL
 sandesha2_permanent_storage_mgr_retrieve_msg_ctx(

Modified: 
webservices/sandesha/trunk/c/src/storage/inmemory/inmemory_transaction.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/inmemory/inmemory_transaction.c?view=diff&rev=497308&r1=497307&r2=497308
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/inmemory/inmemory_transaction.c 
(original)
+++ webservices/sandesha/trunk/c/src/storage/inmemory/inmemory_transaction.c 
Wed Jan 17 21:32:47 2007
@@ -70,7 +70,7 @@
     const axis2_env_t *env,
     sandesha2_rm_bean_t *rm_bean);
 
-void 
+static void 
 sandesha2_inmemory_transaction_release_locks(
     sandesha2_transaction_t *trans,
     const axis2_env_t *env);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to