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 da...@apache.org on 2004/08/07 08:52:23 UTC

cvs commit: ws-axis/c/include/axis/server BasicNode.h

damitha     2004/08/06 23:52:23

  Modified:    c/include/axis/server BasicNode.h
  Log:
  fixed a minor problem
  
  Revision  Changes    Path
  1.21      +1 -1      ws-axis/c/include/axis/server/BasicNode.h
  
  Index: BasicNode.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/BasicNode.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- BasicNode.h	6 Aug 2004 14:44:20 -0000	1.20
  +++ BasicNode.h	7 Aug 2004 06:52:22 -0000	1.21
  @@ -94,7 +94,7 @@
         *      (i.e pachPrefix has to be a empty string)).
         * The operation behavior depends on the TYPE of the node.
         */
  -//    virtual IAttribute* getAttribute(AxisChar* pachPrefix, AxisChar* pachLocalname, AxisChar* pachLocalname) = 0;
  +    virtual IAttribute* getAttribute(AxisChar* pachPrefix, AxisChar* pachURI, AxisChar* pachLocalname) = 0;
   
       /**
         * Returns the first Attribute of this node. The operation