javamanager/javaappscheme/src.s60/serviceapp.cpp
changeset 72 1f0034e370aa
parent 67 63b81d807542
equal deleted inserted replaced
67:63b81d807542 72:1f0034e370aa
    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