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