Author: nandika
Date: Mon Mar 12 22:27:02 2007
New Revision: 517534
URL: http://svn.apache.org/viewvc?view=rev&rev=517534
Log:
compile errors fixed
Modified:
webservices/sandesha/trunk/c/samples/RMSampleService/rm_sample_svc_skel.c
webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c
Modified:
webservices/sandesha/trunk/c/samples/RMSampleService/rm_sample_svc_skel.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/RMSampleService/rm_sample_svc_skel.c?view=diff&rev=517534&r1=517533&r2=517534
==============================================================================
--- webservices/sandesha/trunk/c/samples/RMSampleService/rm_sample_svc_skel.c
(original)
+++ webservices/sandesha/trunk/c/samples/RMSampleService/rm_sample_svc_skel.c
Mon Mar 12 22:27:02 2007
@@ -107,7 +107,7 @@
op = AXIS2_MSG_CTX_GET_OP(msg_ctx, env);
if(op)
{
- op_qname = (axis2_qname_t *)AXIS2_OP_GET_QNAME(op, env);
+ op_qname = (axis2_qname_t *)axis2_op_get_qname(op, env);
if(op_qname)
op_name = AXIS2_QNAME_GET_LOCALPART(op_qname, env);
if(op_name)
Modified:
webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c?view=diff&rev=517534&r1=517533&r2=517534
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c
(original)
+++ webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c
Mon Mar 12 22:27:02 2007
@@ -28,6 +28,7 @@
#include <axis2_thread.h>
#include <axis2_property.h>
#include <axis2_module_desc.h>
+#include <sandesha2_permanent_bean_mgr.h>
#include <platforms/axis2_platform_auto_sense.h>
#include <sqlite3.h>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]