Convert DELETE_X macros into functions

This commit is contained in:
Dmitry-Me
2014-09-03 11:03:11 +04:00
parent 30152836da
commit e3225b1c64
2 changed files with 29 additions and 24 deletions

View File

@@ -847,6 +847,7 @@ protected:
private:
MemPool* _memPool;
void Unlink( XMLNode* child );
static void DeleteNode( XMLNode* node );
};
@@ -1480,6 +1481,7 @@ private:
XMLAttribute* FindOrCreateAttribute( const char* name );
//void LinkAttribute( XMLAttribute* attrib );
char* ParseAttributes( char* p );
static void DeleteAttribute( XMLAttribute* attribute );
enum { BUF_SIZE = 200 };
int _closingType;