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:49:47 UTC

cvs commit: ws-axis/c/include/axis IHeaderBlock.hpp

sanjaya     2004/11/29 04:49:47

  Modified:    c/include/axis IHeaderBlock.hpp
  Log:
  Added definition of getLocalName method
  
  Revision  Changes    Path
  1.2       +7 -0      ws-axis/c/include/axis/IHeaderBlock.hpp
  
  Index: IHeaderBlock.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/IHeaderBlock.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IHeaderBlock.hpp	23 Nov 2004 11:11:11 -0000	1.1
  +++ IHeaderBlock.hpp	29 Nov 2004 12:49:47 -0000	1.2
  @@ -275,12 +275,19 @@
         * @param localname The localname to set in.
         */
       virtual void setLocalName(const AxisChar* localname)=0;
  +    
  +    /**
  +      * Gets the local name of this Header Block.
  +      *
  +      */
  +    virtual const AxisChar * getLocalName()=0;
   
       /**
         * Sets the namespace uri of this Header Block.
         *
         * @param uri The namespace uri to set in.
         */
  +
       virtual void setUri(const AxisChar* uri)=0;
   
   	/*