messagingapp/msgnotifications/msgnotificationdialogplugin/src/msgnotificationdialogplugin.cpp
equal
deleted
inserted
replaced
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 |