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 wh...@apache.org on 2004/10/15 18:25:02 UTC

cvs commit: ws-axis/c/include/axis/client Call.h

whitlock    2004/10/15 09:25:01

  Modified:    c/include/axis/client Call.h
  Log:
  Simplify Call by converting m_pMsgData from a field to a local variable
  
  Revision  Changes    Path
  1.29      +0 -1      ws-axis/c/include/axis/client/Call.h
  
  Index: Call.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/client/Call.h,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Call.h	23 Sep 2004 02:59:53 -0000	1.28
  +++ Call.h	15 Oct 2004 16:25:01 -0000	1.29
  @@ -805,7 +805,6 @@
          instance. So they do not belong to this object and are not created
          or deleted
        */
  -    MessageData* m_pMsgData;
       SoapSerializer* m_pIWSSZ;
       SoapDeSerializer* m_pIWSDZ;
       char* m_pcEndPointUri;