~marcustomlinson/unity-scopes-api/fix_relative_custom_exec_args

« back to all changes in this revision

Viewing changes to include/unity/scopes/internal/RegistryConfig.h

  • Committer: Tarmac
  • Author(s): Marcus Tomlinson
  • Date: 2015-07-01 16:31:58 UTC
  • mfrom: (606.1.1 devel)
  • Revision ID: tarmac-20150701163158-0aelhcoe1zp3c4lg
Reverted Debug.Process.Timeout and Debug.Locate.Timeout configuration parameters.

Approved by Pawel Stolowski, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    std::string click_installdir() const;       // Directory for Click scope config files
44
44
    std::string scoperunner_path() const;       // Path to scoperunner binary
45
45
    int process_timeout() const;                // Milliseconds to wait before scope is considereed non-responsive.
46
 
    int debug_process_timeout() const;          // Milliseconds to wait before scope is considereed non-responsive in debug mode.
47
46
 
48
47
private:
49
48
    std::string identity_;
54
53
    std::string click_installdir_;
55
54
    std::string scoperunner_path_;
56
55
    int process_timeout_;                       // Milliseconds
57
 
    int debug_process_timeout_;                 // Milliseconds
58
56
};
59
57
 
60
58
} // namespace internal