xml.h
changeset 201 879e47e5b731
parent 174 95872af46fc4
equal deleted inserted replaced
7:1cef4948507b 8:fc28c3d07b81
    13  * This software is provided "AS IS" with no warranty of any kind,
    13  * This software is provided "AS IS" with no warranty of any kind,
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
       
    18 
       
    19 #ifndef GLEMON_XML_H
       
    20 #define GLEMON_XML_H
    18 
    21 
    19 #include <iostream>
    22 #include <iostream>
    20 #include <string>
    23 #include <string>
    21 #include <vector>
    24 #include <vector>
    22 #include <list>
    25 #include <list>
   440     }
   443     }
   441   }
   444   }
   442   
   445   
   443 }
   446 }
   444 
   447 
       
   448 #endif