|
|
@ -31,28 +31,22 @@
|
|
|
|
#include "player_manager/cdb_branch.h"
|
|
|
|
#include "player_manager/cdb_branch.h"
|
|
|
|
#include "player_manager/cdb_leaf.h"
|
|
|
|
#include "player_manager/cdb_leaf.h"
|
|
|
|
#include "nel/misc/xml_auto_ptr.h"
|
|
|
|
#include "nel/misc/xml_auto_ptr.h"
|
|
|
|
#include <libxml/parser.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////
|
|
|
|
|
|
|
|
// Namespaces //
|
|
|
|
|
|
|
|
////////////////
|
|
|
|
|
|
|
|
using namespace NLMISC;
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "nel/misc/i_xml.h"
|
|
|
|
#include "nel/misc/i_xml.h"
|
|
|
|
#include "nel/misc/progress_callback.h"
|
|
|
|
#include "nel/misc/progress_callback.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include <libxml/parser.h>
|
|
|
|
#include <libxml/parser.h>
|
|
|
|
|
|
|
|
|
|
|
|
//#include <io.h>
|
|
|
|
//#include <io.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////
|
|
|
|
using namespace std;
|
|
|
|
// Namespaces //
|
|
|
|
|
|
|
|
////////////////
|
|
|
|
using namespace NLMISC;
|
|
|
|
using namespace NLMISC;
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NL_INSTANCE_COUNTER_IMPL(CCDBStructNodeBranch);
|
|
|
|
NL_INSTANCE_COUNTER_IMPL(CCDBStructNodeBranch);
|
|
|
|