aknlayoutcompiler/inc/HtmlParse.h
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
equal deleted inserted replaced
0:f58d6ec98e88 1:b700e12870ca
    22 // disable "identifier was truncated to '255' characters in the browser information" warning
    22 // disable "identifier was truncated to '255' characters in the browser information" warning
    23 #pragma warning (disable:4786)
    23 #pragma warning (disable:4786)
    24 #include <iosfwd>
    24 #include <iosfwd>
    25 #include <vector>
    25 #include <vector>
    26 #include <string>
    26 #include <string>
    27 #include "layout.h"
    27 #include "Layout.h"
    28 using namespace std;
    28 using namespace std;
    29 
    29 
    30 /**
    30 /**
    31 *  THtmlParseLayoutTable 
    31 *  THtmlParseLayoutTable 
    32 *  Parse a layout table from an HTML version of a LAF spec
    32 *  Parse a layout table from an HTML version of a LAF spec