javamanager/javaappscheme/src.s60/serviceapp.cpp
changeset 79 2f468c1958d0
parent 76 4ad59aaee882
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    64 
    64 
    65 // The service string param given to XQServiceProvider must contain first
    65 // The service string param given to XQServiceProvider must contain first
    66 // the name of the name of the service and then the name of the interface
    66 // the name of the name of the service and then the name of the interface
    67 // (from service_conf.xml)
    67 // (from service_conf.xml)
    68 UriService::UriService(ServiceApp* parent)
    68 UriService::UriService(ServiceApp* parent)
    69 : XQServiceProvider(QLatin1String("javaappscheme.com.nokia.symbian.IUriView"),parent),
    69 : XQServiceProvider(QLatin1String("javaappscheme.com.nokia.symbian.IUriView"),parent)
    70     mServiceApp(parent)
       
    71 {
    70 {
    72     LOG(EJavaQtServiceApp, EInfo, "UriService::UriService called");
    71     LOG(EJavaQtServiceApp, EInfo, "UriService::UriService called");
    73     publishAll();
    72     publishAll();
    74 }
    73 }
    75 
    74