webengine/wmlengine/src/hed/src/HistoryStack.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 #include <brctldefs.h>
    17 
    18 
    18 
    19 #include "nw_hed_historystacki.h"
    19 #include "nw_hed_historystacki.h"
    20 
    20 
    21 #include "nw_adt_fixedvector.h"
    21 #include "nw_adt_fixedvector.h"
    22 #include "nwx_logger.h"
    22 #include "nwx_logger.h"
    28 
    28 
    29 #include "BrCtl.h"
    29 #include "BrCtl.h"
    30 #include "WmlControl.h"
    30 #include "WmlControl.h"
    31 #include "HistoryController.h"
    31 #include "HistoryController.h"
    32 #include "HistoryStack.h"
    32 #include "HistoryStack.h"
       
    33 #include "BrCtlDefs.h"
    33 #include "HistoryEntry.h"
    34 #include "HistoryEntry.h"
    34 #include "WmlInterface.h"
    35 #include "WmlInterface.h"
    35 
    36 
    36 class CWmlControl;
    37 class CWmlControl;
    37 /* ------------------------------------------------------------------------- *
    38 /* ------------------------------------------------------------------------- *