contentstorage/caclient/inc/cahandler.h
changeset 115 3ab5c078b490
parent 103 b99b84bcd2d1
child 116 305818acdca4
equal deleted inserted replaced
109:e0aa398e6810 115:3ab5c078b490
    22 #include <caclient_global.h>
    22 #include <caclient_global.h>
    23 
    23 
    24 class QString;
    24 class QString;
    25 class CaEntry;
    25 class CaEntry;
    26 
    26 
    27 class CaHandler // move this header to caclient/inc
    27 class CaHandler
    28 {
    28 {
    29 public:
    29 public:
    30     virtual ~CaHandler() {}
    30     virtual ~CaHandler() {}
    31     virtual int execute(const CaEntry &entry,
    31     virtual int execute(const CaEntry &entry,
    32                         const QString &commandName) = 0;
    32                         const QString &commandName) = 0;