tool/CommandXml.cpp
branchstable-1.4
changeset 1636 b26170e168d9
parent 1157 04d1c950cf9d
child 1327 4d179b06dd3c
equal deleted inserted replaced
1635:a40e9b3e9e62 1636:b26170e168d9
     4  *
     4  *
     5  ****************************************************************************/
     5  ****************************************************************************/
     6 
     6 
     7 #include <iostream>
     7 #include <iostream>
     8 #include <iomanip>
     8 #include <iomanip>
       
     9 #include <string.h>
     9 using namespace std;
    10 using namespace std;
    10 
    11 
    11 #include "CommandXml.h"
    12 #include "CommandXml.h"
    12 
    13 
    13 /*****************************************************************************/
    14 /*****************************************************************************/