webengine/widgetregistry/Server/inc/WidgetEntry.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    15 *
    15 *
    16 *                This class implements the CWidgetEntry class.
    16 *                This class implements the CWidgetEntry class.
    17 *
    17 *
    18 */
    18 */
    19 
    19 
       
    20 
    20 #ifndef WIDGETENTRY_H
    21 #ifndef WIDGETENTRY_H
    21 #define WIDGETENTRY_H
    22 #define WIDGETENTRY_H
    22 
    23 
    23 // INCLUDES
    24 // INCLUDES
    24 #include <widgetpropertyvalue.h>
    25 #include "WidgetPropertyValue.h"
    25 #include "WidgetRegistryXml.h"
    26 #include "WidgetRegistryXml.h"
    26 
    27 
    27 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    28 class RFileWriteStream;
    29 class RFileWriteStream;
    29 class RFileReadStream;
    30 class RFileReadStream;
       
    31 
    30 
    32 
    31 /**
    33 /**
    32 *
    34 *
    33 *  This class holds all information related to a widget
    35 *  This class holds all information related to a widget
    34 *
    36 *