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 07:37:14 UTC

svn commit: r579479 - /webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c

Author: samisa
Date: Tue Sep 25 22:37:14 2007
New Revision: 579479

URL: http://svn.apache.org/viewvc?rev=579479&view=rev
Log:
Fixed more errors

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

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=579479&r1=579478&r2=579479&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 22:37:14 2007
@@ -13,13 +13,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#include "publisher.h"
 #include <axis2_svc_skeleton.h>
+#include <platforms/axutil_platform_auto_sense.h>
 #include <axiom_element.h>
-#include <savan_util.h>
-
-#include <savan.h>
-
-#include "publisher.h"
+#include <savan_publishing_client.h>
 
 typedef struct publisher_data
 {
@@ -223,7 +221,6 @@
     axiom_node_t *test_node3 = NULL;
     axis2_conf_t *conf = NULL;
     axis2_svc_t *svc = NULL;
-    axutil_param_t *param = NULL;
     axis2_conf_ctx_t *conf_ctx = NULL;
 	axiom_attribute_t *test_data = NULL;
     
@@ -240,7 +237,6 @@
     conf_ctx = axis2_conf_ctx_create(env, conf);
     while(1)
     {
-        axutil_hash_t *subs_list = NULL;
         AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[SAVAN] Inside while loop");
         {
             savan_publishing_client_t *pub_client = NULL;