Author: nandika
Date: Mon Mar 8 11:05:12 2010
New Revision: 920268
URL: http://svn.apache.org/viewvc?rev=920268&view=rev
Log:
compile error fixed
Modified:
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_0/rm_echo.c
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_1/rm_echo_1_1.c
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_0/rm_echo_single.c
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_1/rm_echo_single_1_1.c
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_mtom_1_0/rm_mtom_1_0.c
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_0/rm_ping_1_0.c
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_1/rm_ping_1_1.c
Modified: axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_0/rm_echo.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_0/rm_echo.c?rev=920268&r1=920267&r2=920268&view=diff
==============================================================================
--- axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_0/rm_echo.c
(original)
+++ axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_0/rm_echo.c Mon
Mar 8 11:05:12 2010
@@ -73,6 +73,8 @@
int i = 0;
neethi_policy_t *policy = NULL;
axis2_status_t status = AXIS2_FAILURE;
+ extern char *optarg;
+ extern int optopt;
/* Set up the environment */
env = axutil_env_create_all("rm_echo_1_0_amqp.log",
Modified:
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_1/rm_echo_1_1.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_1/rm_echo_1_1.c?rev=920268&r1=920267&r2=920268&view=diff
==============================================================================
--- axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_1/rm_echo_1_1.c
(original)
+++ axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_dual_1_1/rm_echo_1_1.c
Mon Mar 8 11:05:12 2010
@@ -73,6 +73,8 @@
axis2_bool_t offer = AXIS2_TRUE;
axis2_char_t *seq_key = NULL;
int c;
+ extern char *optarg;
+ extern int optopt;
neethi_policy_t *policy = NULL;
axis2_status_t status = AXIS2_FAILURE;
Modified:
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_0/rm_echo_single.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_0/rm_echo_single.c?rev=920268&r1=920267&r2=920268&view=diff
==============================================================================
---
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_0/rm_echo_single.c
(original)
+++
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_0/rm_echo_single.c
Mon Mar 8 11:05:12 2010
@@ -53,6 +53,8 @@
axis2_status_t status = AXIS2_FAILURE;
neethi_policy_t *policy = NULL;
int c, i;
+ extern char *optarg;
+ extern int optopt;
axis2_endpoint_ref_t *reply_to = NULL;
/* Set up the environment */
Modified:
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_1/rm_echo_single_1_1.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_1/rm_echo_single_1_1.c?rev=920268&r1=920267&r2=920268&view=diff
==============================================================================
---
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_1/rm_echo_single_1_1.c
(original)
+++
axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_echo_single_1_1/rm_echo_single_1_1.c
Mon Mar 8 11:05:12 2010
@@ -56,7 +56,8 @@
axis2_status_t status = AXIS2_FAILURE;
axiom_node_t *result = NULL;
neethi_policy_t *policy = NULL;
-
+ extern char *optarg;
+ extern int optopt;
/* Set up the environment */
env = axutil_env_create_all("rm_echo_single_1_1_amqp.log",
AXIS2_LOG_LEVEL_TRACE);
Modified: axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_mtom_1_0/rm_mtom_1_0.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_mtom_1_0/rm_mtom_1_0.c?rev=920268&r1=920267&r2=920268&view=diff
==============================================================================
--- axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_mtom_1_0/rm_mtom_1_0.c
(original)
+++ axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_mtom_1_0/rm_mtom_1_0.c Mon
Mar 8 11:05:12 2010
@@ -61,6 +61,8 @@
axis2_char_t *offered_seq_id = NULL;
neethi_policy_t *policy = NULL;
axis2_status_t status = AXIS2_FAILURE;
+ extern char *optarg;
+ extern int optopt;
/* Set up the environment */
env = axutil_env_create_all("rm_mtom_1_0_amqp.log", AXIS2_LOG_LEVEL_TRACE);
Modified: axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_0/rm_ping_1_0.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_0/rm_ping_1_0.c?rev=920268&r1=920267&r2=920268&view=diff
==============================================================================
--- axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_0/rm_ping_1_0.c
(original)
+++ axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_0/rm_ping_1_0.c Mon
Mar 8 11:05:12 2010
@@ -51,7 +51,8 @@
int c;
axis2_char_t *seq_key = NULL;
neethi_policy_t *policy = NULL;
-
+ extern char *optarg;
+ extern int optopt;
/* Set up the environment */
env = axutil_env_create_all("rm_ping_1_0_amqp.log", AXIS2_LOG_LEVEL_TRACE);
Modified: axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_1/rm_ping_1_1.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_1/rm_ping_1_1.c?rev=920268&r1=920267&r2=920268&view=diff
==============================================================================
--- axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_1/rm_ping_1_1.c
(original)
+++ axis/axis2/c/sandesha/trunk/samples/rm_amqp/rm_ping_1_1/rm_ping_1_1.c Mon
Mar 8 11:05:12 2010
@@ -53,6 +53,8 @@
int i = 0;
neethi_policy_t *policy = NULL;
axis2_status_t status = AXIS2_FAILURE;
+ extern char *optarg;
+ extern int optopt;
/* Set up the environment */
env = axutil_env_create_all("rm_ping_1_1_amqp.log", AXIS2_LOG_LEVEL_TRACE);