diff options
Diffstat (limited to 'xml/type.c')
-rw-r--r-- | xml/type.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,11 +1,14 @@ /* - * $Id: type.c,v 1.3 2004/12/12 20:26:25 lordjaxom Exp $ + * $Id: type.c,v 1.4 2004/12/17 19:56:16 lordjaxom Exp $ */ #include "xml/type.h" #include "xml/function.h" #include <stdio.h> +cxType cxType::False(false); +cxType cxType::True(true); + const std::string &cxType::String(void) { if (mType == number) { char *buffer; |