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

Diff for /pegasus/src/Pegasus/CQL/CQLFactorRep.cpp between version 1.3.2.7 and 1.3.2.8

version 1.3.2.7, 2004/09/29 17:04:20 version 1.3.2.8, 2004/10/05 19:15:26
Line 136 
Line 136 
    }    }
 } }
  
 void CQLFactorRep::applyContext(QueryContext& inContext)  void CQLFactorRep::applyContext(QueryContext& inContext,
                                   CQLChainedIdentifier& inCid)
 { {
  
    if(_containedType == FUNCTION)    if(_containedType == FUNCTION)
Line 149 
Line 150 
    }    }
    else    else
    {    {
      _CQLVal.applyContext(inContext);       _CQLVal.applyContext(inContext,inCid);
    }    }
    return;    return;
 } }


Legend:
Removed from v.1.3.2.7  
changed lines
  Added in v.1.3.2.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2