(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.2 and 1.3.2.3

version 1.3.2.2, 2004/09/17 14:52:11 version 1.3.2.3, 2004/09/20 21:03:03
Line 12 
Line 12 
 #include <Pegasus/Common/ArrayImpl.h> #include <Pegasus/Common/ArrayImpl.h>
 #undef PEGASUS_ARRAY_T #undef PEGASUS_ARRAY_T
 */ */
 CQLFactorRep::CQLFactorRep(const CQLFactorRep& inCQLFact)  CQLFactorRep::CQLFactorRep(const CQLFactorRep* rep)
 { {
    _CQLVal = inCQLFact._CQLVal;     _CQLVal = rep->_CQLVal;
    _CQLFunct = inCQLFact._CQLFunct;     _CQLFunct = rep->_CQLFunct;
    _CQLExp = inCQLFact._CQLExp;     _CQLExp = rep->_CQLExp;
    _invert = inCQLFact._invert;     _invert = rep->_invert;
    _simpleValue = inCQLFact._simpleValue;     _simpleValue = rep->_simpleValue;
 } }
  
 CQLFactorRep::CQLFactorRep(CQLValue& inCQLVal) CQLFactorRep::CQLFactorRep(CQLValue& inCQLVal)


Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2