susantha    2003/09/01 07:34:18

  Modified:    c/src/wsdd WSDDDeployment.cpp
  Log:
  no message
  
  Revision  Changes    Path
  1.8       +1 -3      xml-axis/c/src/wsdd/WSDDDeployment.cpp
  
  Index: WSDDDeployment.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/wsdd/WSDDDeployment.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- WSDDDeployment.cpp        1 Sep 2003 13:44:39 -0000       1.7
  +++ WSDDDeployment.cpp        1 Sep 2003 14:34:18 -0000       1.8
  @@ -182,9 +182,7 @@
        {
                if ((*it).second == nLibId)
                {
  -                     AxisString strReturn = (*it).first;
  -                     return strReturn;
  -                     //return (*it).first;
  +                     return (*it).first;
                }
        }
        return m_sAux;
  
  
  

Reply via email to