You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/11/30 18:25:31 UTC

svn commit: r349995 - /webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RefTestDocClient.cpp

Author: dicka
Date: Wed Nov 30 09:25:27 2005
New Revision: 349995

URL: http://svn.apache.org/viewcvs?rev=349995&view=rev
Log:
Resolve compilation problem with RefTestDocClient.

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RefTestDocClient.cpp

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RefTestDocClient.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RefTestDocClient.cpp?rev=349995&r1=349994&r2=349995&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RefTestDocClient.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RefTestDocClient.cpp Wed Nov 30 09:25:27 2005
@@ -15,9 +15,9 @@
 
 
 #include "ChoiceServiceSoap.hpp" 
-#include <stdlib.h> // For malloc(), calloc(), strdup() and free()
 #include <iostream>
-#include <fstream>
+
+using namespace std;
 
 #define WSDL_DEFAULT_ENDPOINT "http://bora.hursley.ibm.com:9080/LargeReturningString/services/LargeReturningString"
 
@@ -77,7 +77,7 @@
                 {
                  cout <<"Got a result Properties"<<endl;
                  
-                    cout << "b="<<resultResProps->getb()<<endl;
+                    cout << "b="<<*resultResProps->getb()<<endl;
                 }
                 else
                 {