(file) Return to CQLParser.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL

Diff for /pegasus/src/Pegasus/CQL/CQLParser.cpp between version 1.8 and 1.9

version 1.8, 2005/02/28 12:21:45 version 1.9, 2005/04/22 20:09:29
Line 85 
Line 85 
  
          try{          try{
         CQL_parse();         CQL_parse();
          }catch(Exception &e){           }catch(const Exception &){
                 CQL_Bison_Cleanup();                 CQL_Bison_Cleanup();
                 throw e;                  throw;
          }catch(...){          }catch(...){
                 CQL_Bison_Cleanup();                 CQL_Bison_Cleanup();
          }          }


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2