2005-06-07 Erik Hjortsberg <erik@katastrof.nu>

* src/framework/tinyxml/*, src/components/ogre/model/XMLModelDefinitionSerializer.*
		* moved the tinyxml classes into the Ember namespace to avoid collisions with other implementations
This commit is contained in:
Erik Hjortsberg 2005-06-07 20:49:46 +00:00
parent 4ab8fc4545
commit febc1740af
9 changed files with 51 additions and 31 deletions

View file

@ -26,6 +26,7 @@ distribution.
#include <ctype.h>
#include <stddef.h>
namespace Ember {
//#define DEBUG_PARSER
// Note tha "PutString" hardcodes the same list. This
@ -1505,4 +1506,4 @@ bool TiXmlText::Blank() const
return false;
return true;
}
}