susantha    2003/08/03 23:54:21

  Modified:    c/src/wsdd WSDDService.cpp WSDDDocument.cpp
  Log:
  some changes to exclude exceptions and RTTI
  
  Revision  Changes    Path
  1.3       +1 -1      xml-axis/c/src/wsdd/WSDDService.cpp
  
  Index: WSDDService.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/wsdd/WSDDService.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WSDDService.cpp   8 Jul 2003 12:22:52 -0000       1.2
  +++ WSDDService.cpp   4 Aug 2003 06:54:21 -0000       1.3
  @@ -128,7 +128,7 @@
        {
                if((*iter)==sServiceName)
                {
  -                     cout<<"we have a service by that name";
  +//                   cout<<"we have a service by that name";
                        return true;
                }
        }
  
  
  
  1.4       +1 -1      xml-axis/c/src/wsdd/WSDDDocument.cpp
  
  Index: WSDDDocument.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/wsdd/WSDDDocument.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WSDDDocument.cpp  2 Jul 2003 05:09:29 -0000       1.3
  +++ WSDDDocument.cpp  4 Aug 2003 06:54:21 -0000       1.4
  @@ -225,7 +225,7 @@
                                tempService->SetServiceName(sSrvName);
                                
(*svsMap)[toString(attrs.getValue(xchName))]=tempService;
   
  -                             cout<<toString(attrs.getValue(toXMLCh("name")))<<endl;
  +                     //      cout<<toString(attrs.getValue(toXMLCh("name")))<<endl;
                        }  
   
                        //The check for lev1==WSDD_UNKNOWN is necessary because
  
  
  

Reply via email to