src/hbplugins/devicedialogs/devicemessageboxplugin/hbdevicemessageboxplugin.cpp
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    41     const char *mTypeString;
    41     const char *mTypeString;
    42 } dialogInfos[] = {
    42 } dialogInfos[] = {
    43     {"com.nokia.hb.devicemessagebox/1.0"}
    43     {"com.nokia.hb.devicemessagebox/1.0"}
    44 };
    44 };
    45 
    45 
       
    46 /// \cond
    46 class HbDeviceMessageBoxPluginPrivate
    47 class HbDeviceMessageBoxPluginPrivate
    47 {
    48 {
    48 public:
    49 public:
    49     HbDeviceMessageBoxPluginPrivate() {mError = NoError;}
    50     HbDeviceMessageBoxPluginPrivate() {mError = NoError;}
    50 
    51 
    51     int mError;
    52     int mError;
    52 };
    53 };
       
    54 /// \endcond
    53 
    55 
    54 // Constructor
    56 // Constructor
    55 HbDeviceMessageBoxPlugin::HbDeviceMessageBoxPlugin()
    57 HbDeviceMessageBoxPlugin::HbDeviceMessageBoxPlugin()
    56 {
    58 {
    57     TRACE_ENTRY
    59     TRACE_ENTRY