contentstorage/caclient/inc/cahandler.h
changeset 112 dbfb5e38438b
parent 98 d2f833ab7940
child 116 305818acdca4
equal deleted inserted replaced
107:b34d53f6acdf 112:dbfb5e38438b
    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;