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

Diff for /pegasus/src/Pegasus/CQL/CQL.y between version 1.15 and 1.16

version 1.15, 2007/07/17 20:58:31 version 1.16, 2007/09/10 08:50:51
Line 81 
Line 81 
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
  
   void CQL_Arglist_Cleanup()
   {
       _arglist.clear();
   }
   
 void CQL_Bison_Cleanup(){ void CQL_Bison_Cleanup(){
     for(Uint32 i = 0; i < _ptrs.size(); i++)     for(Uint32 i = 0; i < _ptrs.size(); i++)
     {     {
Line 120 
Line 125 
         }         }
       }       }
     }     }
       CQL_Arglist_Cleanup();
     _ptrs.clear();     _ptrs.clear();
    _factory.cleanup();    _factory.cleanup();
     _factory = CQLFactory();     _factory = CQLFactory();
Line 591 
Line 597 
         chain_state = CQLFUNCTION;         chain_state = CQLFUNCTION;
         CQLFunction _func(*$1,_arglist);         CQLFunction _func(*$1,_arglist);
         $$ = (CQLPredicate*)(_factory.makeObject(&_func,Predicate));         $$ = (CQLPredicate*)(_factory.makeObject(&_func,Predicate));
         _arglist.clear();          CQL_Arglist_Cleanup();
     }     }
  
   | chain TOK_DOT scoped_property   | chain TOK_DOT scoped_property


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2