Author: nandika
Date: Tue Nov 20 21:00:59 2007
New Revision: 596937
URL: http://svn.apache.org/viewvc?rev=596937&view=rev
Log:
compile errors fixed
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c
webservices/sandesha/trunk/c/src/storage/sqlite/sandesha2_permanent_transaction.h
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c?rev=596937&r1=596936&r2=596937&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c
(original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c Tue
Nov 20 21:00:59 2007
@@ -228,6 +228,12 @@
const axutil_env_t *env,
axis2_msg_ctx_t *msg_ctx);
+axis2_status_t AXIS2_CALL
+sandesha2_permanent_storage_mgr_create_db(
+ const axutil_env_t *env,
+ axis2_conf_ctx_t *conf_ctx);
+
+
static const sandesha2_storage_mgr_ops_t storage_mgr_ops =
{
sandesha2_permanent_storage_mgr_free,
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c?rev=596937&r1=596936&r2=596937&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c
(original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c Tue
Nov 20 21:00:59 2007
@@ -30,7 +30,7 @@
#include <axis2_module_desc.h>
#include "sandesha2_permanent_bean_mgr.h"
#include <platforms/axutil_platform_auto_sense.h>
-#include <sqlite3.h>
+#include "sqlite3.h"
typedef struct sandesha2_permanent_transaction_impl
sandesha2_permanent_transaction_impl_t;
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/sandesha2_permanent_transaction.h
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/sandesha2_permanent_transaction.h?rev=596937&r1=596936&r2=596937&view=diff
==============================================================================
---
webservices/sandesha/trunk/c/src/storage/sqlite/sandesha2_permanent_transaction.h
(original)
+++
webservices/sandesha/trunk/c/src/storage/sqlite/sandesha2_permanent_transaction.h
Tue Nov 20 21:00:59 2007
@@ -27,7 +27,7 @@
#include <axutil_error.h>
#include <axutil_string.h>
#include <axutil_utils.h>
-#include <sqlite3.h>
+#include "sqlite3.h"
#ifdef __cplusplus
extern "C"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]