You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by sa...@apache.org on 2007/09/26 06:08:31 UTC

svn commit: r579460 - in /webservices/savan/trunk/c/samples/server/publisher: publisher.h publisher_skeleton.c

Author: samisa
Date: Tue Sep 25 21:08:30 2007
New Revision: 579460

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

Modified:
    webservices/savan/trunk/c/samples/server/publisher/publisher.h
    webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c

Modified: webservices/savan/trunk/c/samples/server/publisher/publisher.h
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/samples/server/publisher/publisher.h?rev=579460&r1=579459&r2=579460&view=diff
==============================================================================
--- webservices/savan/trunk/c/samples/server/publisher/publisher.h (original)
+++ webservices/savan/trunk/c/samples/server/publisher/publisher.h Tue Sep 25 21:08:30 2007
@@ -17,12 +17,7 @@
 #define PUBLISHER_H
 
 
-#include <axis2_svc_skeleton.h>
-#include <axutil_log_default.h>
-#include <axutil_error_default.h>
-#include <axiom_text.h>
 #include <axiom_node.h>
-#include <axiom_element.h>
 
 axiom_node_t *axis2_publisher_start(const axutil_env_t *env, axiom_node_t *node);
 

Modified: webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c?rev=579460&r1=579459&r2=579460&view=diff
==============================================================================
--- webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c (original)
+++ webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c Tue Sep 25 21:08:30 2007
@@ -13,23 +13,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <stdio.h>
 #include <axis2_svc_skeleton.h>
-#include <axutil_array_list.h>
 #include <axiom_element.h>
-#include <axiom_soap_envelope.h>
-#include <axiom_soap_header.h>
-#include <axiom_soap_body.h>
-#include <axiom_soap_fault.h>
-#include <axis2_engine.h>
-#include <axis2_conf_ctx.h>
-#include <axis2_conf_init.h>
-#include <axutil_thread_pool.h>
-#include <axis2_util.h>
-#include <axis2_svc_client.h>
-#include <axis2_options.h>
-#include <axis2_op.h>
-#include <axutil_qname.h>
 #include <savan_util.h>
 
 #include <savan.h>