phonebookui/phonebookservices/inc/cntabstractserviceprovider.h
changeset 53 e6aff7b69165
parent 50 77bc263e1626
child 61 d30183af6ca6
equal deleted inserted replaced
51:81c360d47083 53:e6aff7b69165
    27 class CntAbstractServiceProvider
    27 class CntAbstractServiceProvider
    28 {
    28 {
    29 public:
    29 public:
    30 
    30 
    31     /*!
    31     /*!
    32      Complete the Qt Highway service (through a QqServiceProvider instance).
    32      Complete the Qt Highway service (through a XQServiceProvider instance).
    33      Closes the app after the completing is done (message sending to client is done).
    33      Closes the app after the completing is done (message sending to client is done).
    34      */
    34      */
    35     virtual void CompleteServiceAndCloseApp(const QVariant& retValue) = 0;
    35     virtual void CompleteServiceAndCloseApp(const QVariant& retValue) = 0;
    36 
    36 
    37 };
    37 };