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 da...@apache.org on 2006/11/08 05:03:34 UTC

svn commit: r472378 - in /webservices/axis2/trunk/c: include/axis2_callback_recv.h modules/core/clientapi/callback_recv.c modules/core/clientapi/callback_recv.h modules/core/clientapi/op_client.c modules/core/clientapi/svc_client.c

Author: damitha
Date: Tue Nov  7 20:03:33 2006
New Revision: 472378

URL: http://svn.apache.org/viewvc?view=rev&rev=472378
Log:
Moved callback_recv.h to c/include as axis2_callback_recv.h

Added:
    webservices/axis2/trunk/c/include/axis2_callback_recv.h
      - copied, changed from r471643, webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.h
Removed:
    webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.h
Modified:
    webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c
    webservices/axis2/trunk/c/modules/core/clientapi/op_client.c
    webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c

Copied: webservices/axis2/trunk/c/include/axis2_callback_recv.h (from r471643, webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.h)
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_callback_recv.h?view=diff&rev=472378&p1=webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.h&r1=471643&p2=webservices/axis2/trunk/c/include/axis2_callback_recv.h&r2=472378
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.h (original)
+++ webservices/axis2/trunk/c/include/axis2_callback_recv.h Tue Nov  7 20:03:33 2006
@@ -25,7 +25,7 @@
  */
 
 /**
-  * @file axis2_callback_recv.h
+  * @file axis2_axis2_callback_recv.h
   */
 
 #include <axis2_defines.h>

Modified: webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c?view=diff&rev=472378&r1=472377&r2=472378
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c Tue Nov  7 20:03:33 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "callback_recv.h"
+#include "axis2_callback_recv.h"
 #include <axis2_const.h>
 #include <axis2_hash.h>
 

Modified: webservices/axis2/trunk/c/modules/core/clientapi/op_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/op_client.c?view=diff&rev=472378&r1=472377&r2=472378
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/op_client.c Tue Nov  7 20:03:33 2006
@@ -21,7 +21,7 @@
 #include <axis2_uuid_gen.h>
 #include <axis2_listener_manager.h>
 #include <axis2_engine.h>
-#include "callback_recv.h"
+#include "axis2_callback_recv.h"
 #include <axiom_xml_reader.h>
 
 typedef struct axis2_op_client_impl

Modified: webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c?view=diff&rev=472378&r1=472377&r2=472378
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c Tue Nov  7 20:03:33 2006
@@ -19,7 +19,7 @@
 #include <axis2_const.h>
 #include <axis2_hash.h>
 #include <axis2_uri.h>
-#include "callback_recv.h"
+#include "axis2_callback_recv.h"
 #include <axiom_soap_const.h>
 #include <axiom_soap_body.h>
 #include <axiom_soap_header.h>



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