aknlayoutcompiler/inc/LayoutPack.h
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
equal deleted inserted replaced
0:f58d6ec98e88 1:b700e12870ca
    22 #include <string>
    22 #include <string>
    23 #include <vector>
    23 #include <vector>
    24 #include <iosfwd>
    24 #include <iosfwd>
    25 using namespace std;
    25 using namespace std;
    26 
    26 
    27 #include <cdlcompilertoolkit/cdltkinterface.h>
    27 #include <CdlCompilerToolkit/CdlTkInterface.h>
    28 #include <cdlcompilertoolkit/cdltkinstance.h>
    28 #include <CdlCompilerToolkit/CdlTkInstance.h>
    29 #include <cdlcompilertoolkit/cdltkprocess.h>
    29 #include <CdlCompilerToolkit/CdlTkProcess.h>
    30 using namespace CdlCompilerToolkit;
    30 using namespace CdlCompilerToolkit;
    31 
    31 
    32 /**
    32 /**
    33 *  LayoutPackage
    33 *  LayoutPackage
    34 *  Write a layout package according to the LayoutPack.cdl interface
    34 *  Write a layout package according to the LayoutPack.cdl interface