~thomas-voss/location-service/adjust-session-naming-policy-and-switch-to-signals-for-reporting-updates-to-sessions

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/providers/config.cpp

  • Committer: thomas-voss
  • Date: 2014-09-12 13:11:42 UTC
  • Revision ID: thomas.voss@canonical.com-20140912131142-68q3c749tjqi286j
Expose remote::Interface and respective stub/skeleton for using and exposing remote location providers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
static FactoryInjector remote_injector
74
74
{
75
75
    "remote::Provider", 
76
 
    com::ubuntu::location::providers::remote::Provider::create_instance
 
76
    com::ubuntu::location::providers::remote::Provider::Stub::create_instance
77
77
};
78
78
#endif // COM_UBUNTU_LOCATION_SERVICE_PROVIDERS_REMOTE