Added utility method for looking up flag values in Rtcom database. Whoever thought...
[qwerkisync] / EventTypes / RtcomEvent.h
index 27e44fb..c4a1341 100644 (file)
@@ -22,6 +22,7 @@
 #include "iEvent.h"
 
 #include <QList> // Needed for default value
+class QString;
 
 class _RTComElAttachment;
 typedef _RTComElAttachment RTComElAttachment;
@@ -44,6 +45,8 @@ namespace EventTypes
 
                virtual RTComElEvent * toRTComEvent(const NumberToNameLookup &numberToNameLookup) const = 0;
                static void freeRTComContents(RTComElEvent &event);
+
+               const unsigned int GetFlagValue(const QString &value) const;
        };
 }