~unity-api-team/unity-scopes-api/child-scopes-option

« back to all changes in this revision

Viewing changes to src/internal/RuntimeConfig.cpp

  • Committer: Michi Henning
  • Date: 2013-11-19 02:51:46 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: michi.henning@canonical.com-20131119025146-kglcalpphl4ozzk7
Fixed scoperegistry to use new scoperunner and to figure out which scopes to run from config files.
Still to do:
- deal with overrides and OEM scopes, particularly the grouping aspect.
- SignalThread needs to invoke a callback for clean shut-down on receipt of SIGINT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
namespace
38
38
{
39
39
    const string registry_identity_str = "Registry.Identity";
40
 
    const string registry_configfile_str = "Registry.Configfile";
 
40
    const string registry_configfile_str = "Registry.ConfigFile";
41
41
    const string default_middleware_str = "Default.Middleware";
42
 
    const string default_middleware_configfile_str = "Configfile";
43
 
    const string factory_configfile_str = "Factory.Configfile";
 
42
    const string default_middleware_configfile_str = "ConfigFile";
 
43
    const string factory_configfile_str = "Factory.ConfigFile";
44
44
}
45
45
 
46
46
RuntimeConfig::RuntimeConfig(string const& configfile) :