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 sa...@apache.org on 2004/11/29 13:48:35 UTC

cvs commit: ws-axis/c/src/soap HeaderBlock.cpp

sanjaya     2004/11/29 04:48:35

  Modified:    c/src/soap HeaderBlock.cpp
  Log:
  Implementing the getLocalName method
  
  Revision  Changes    Path
  1.38      +4 -0      ws-axis/c/src/soap/HeaderBlock.cpp
  
  Index: HeaderBlock.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/HeaderBlock.cpp,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- HeaderBlock.cpp	23 Nov 2004 17:21:04 -0000	1.37
  +++ HeaderBlock.cpp	29 Nov 2004 12:48:35 -0000	1.38
  @@ -150,6 +150,10 @@
       m_localname= localname;
   }
   
  +const AxisChar * HeaderBlock::getLocalName()
  +{
  +    return m_localname.c_str();
  +}
   /*
    *  Commented by Susantha - 21/06/2004
    * The prefix should be decided by the Serializer at runtime