messagingappbase/smilparser/SMILdtd/SRC/Smildtd.cpp
branchRCL_3
changeset 60 7fdbb852d323
parent 57 ebe688cedc25
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
    16 // This file contains the definition of the SMILDTD class
    16 // This file contains the definition of the SMILDTD class
    17 // which describes the SMIL DTD and is responsible for validation
    17 // which describes the SMIL DTD and is responsible for validation
    18 // of SMIL documents
    18 // of SMIL documents
    19 // 
    19 // 
    20 //
    20 //
    21 
    21 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS 
    22 #include "smildtd.h"
    22 #include "smildtdenum.h"
       
    23 #endif
       
    24 #include <smildtd.h>
    23 #include "SmilData.h"
    25 #include "SmilData.h"
    24 #include <stringpool.h>
    26 #include <stringpool.h>
    25 #include "smilelements.h"
    27 #include "smilelements.h"
    26 #include "smilattributes.h"
    28 #include "smilattributes.h"
    27 #include "smilgenericelements.h"
    29 #include "smilgenericelements.h"