mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
Changed constructor to use new naming, TX_FALSE, instead of FALSE
This commit is contained in:
parent
fc4cda9f49
commit
714ddbb21f
@ -21,7 +21,7 @@
|
|||||||
* Keith Visco, kvisco@ziplink.net
|
* Keith Visco, kvisco@ziplink.net
|
||||||
* -- original author.
|
* -- original author.
|
||||||
*
|
*
|
||||||
* $Id: txBooleanFunctionCall.cpp,v 1.2 2005/11/02 07:33:35 Peter.VanderBeken%pandora.be Exp $
|
* $Id: txBooleanFunctionCall.cpp,v 1.3 2005/11/02 07:33:36 kvisco%ziplink.net Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "FunctionLib.h"
|
#include "FunctionLib.h"
|
||||||
@ -29,10 +29,10 @@
|
|||||||
/**
|
/**
|
||||||
* Creates a default BooleanFunctionCall, which always evaluates to False
|
* Creates a default BooleanFunctionCall, which always evaluates to False
|
||||||
* @author <A HREF="mailto:kvisco@ziplink.net">Keith Visco</A>
|
* @author <A HREF="mailto:kvisco@ziplink.net">Keith Visco</A>
|
||||||
* @version $Revision: 1.2 $ $Date: 2005/11/02 07:33:35 $
|
* @version $Revision: 1.3 $ $Date: 2005/11/02 07:33:36 $
|
||||||
**/
|
**/
|
||||||
BooleanFunctionCall::BooleanFunctionCall() : FunctionCall(XPathNames::FALSE_FN) {
|
BooleanFunctionCall::BooleanFunctionCall() : FunctionCall(XPathNames::FALSE_FN) {
|
||||||
this->type = FALSE;
|
this->type = TX_FALSE;
|
||||||
} //-- BooleanFunctionCall
|
} //-- BooleanFunctionCall
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user