radioapp/radioapplication/win32_stubs/xqserviceutil.h
changeset 51 bbebb0235466
parent 38 f8c3d4e6102c
equal deleted inserted replaced
47:74b7c6e79031 51:bbebb0235466
    26 namespace XQServiceUtil
    26 namespace XQServiceUtil
    27 {
    27 {
    28     void toBackground(bool) {}
    28     void toBackground(bool) {}
    29     bool isEmbedded() { return false; }
    29     bool isEmbedded() { return false; }
    30     bool isService() { return false; }
    30     bool isService() { return false; }
       
    31     bool isService( int &argc, char *argv[] ) { return false; }
    31     QString interfaceName() { return ""; }
    32     QString interfaceName() { return ""; }
    32     QString operationName() { return ""; }
    33     QString operationName() { return ""; }
    33 }
    34 }
    34 
    35 
    35 #endif
    36 #endif