messagingapp/msgnotifications/msgnotificationdialogplugin/src/msgnotificationdialogplugin.cpp
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
child 73 ecf6a73a9186
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    24 
    24 
    25 // This plugin implements one device dialog type
    25 // This plugin implements one device dialog type
    26 static const struct {
    26 static const struct {
    27     const char *mTypeString;
    27     const char *mTypeString;
    28 } dialogInfos[] = {
    28 } dialogInfos[] = {
    29     {"com.nokia.messaging.newmsgnotificationdialog/1.0"}
    29     {"com.nokia.messaging.newmsgnotificationdialog"}
    30 };
    30 };
    31 
    31 
    32 // Constants
    32 // Constants
    33 const int NoError = 0;
    33 const int NoError = 0;
    34 
    34