You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/08/06 05:30:14 UTC

svn commit: r563015 - /webservices/axis2/trunk/c/src/core/deployment/conf_builder.c

Author: samisa
Date: Sun Aug  5 20:30:13 2007
New Revision: 563015

URL: http://svn.apache.org/viewvc?view=rev&rev=563015
Log:
Fixed build break

Modified:
    webservices/axis2/trunk/c/src/core/deployment/conf_builder.c

Modified: webservices/axis2/trunk/c/src/core/deployment/conf_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/conf_builder.c?view=diff&rev=563015&r1=563014&r2=563015
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/conf_builder.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/conf_builder.c Sun Aug  5 20:30:13 2007
@@ -676,10 +676,6 @@
                 {
                     transport_enum = AXIS2_TRANSPORT_ENUM_HTTP;
                 }
-                else if (axutil_strcmp(name, AXIS2_TRANSPORT_XMPP) == 0)
-                {
-                    transport_enum = AXIS2_TRANSPORT_ENUM_XMPP;
-                }
                 else if (axutil_strcmp(name, AXIS2_TRANSPORT_SMTP) == 0)
                 {
                     transport_enum = AXIS2_TRANSPORT_ENUM_SMTP;
@@ -928,10 +924,6 @@
                 if (axutil_strcmp(name, AXIS2_TRANSPORT_HTTP) == 0)
                 {
                     transport_enum = AXIS2_TRANSPORT_ENUM_HTTP;
-                }
-                else if (axutil_strcmp(name, AXIS2_TRANSPORT_XMPP) == 0)
-                {
-                    transport_enum = AXIS2_TRANSPORT_ENUM_XMPP;
                 }
                 else if (axutil_strcmp(name, AXIS2_TRANSPORT_SMTP) == 0)
                 {



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