~ubuntu-branches/debian/stretch/workrave/stretch

« back to all changes in this revision

Viewing changes to backend/include/CoreConfig.hh

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2012-05-28 11:29:40 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20120528112940-e9s9s40sts0v9ivz
Tags: upstream-1.9.909+abc941eb70
ImportĀ upstreamĀ versionĀ 1.9.909+abc941eb70

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  static const std::string CFG_KEY_DISTRIBUTION_TCP_PASSWORD;
59
59
  static const std::string CFG_KEY_DISTRIBUTION_TCP_ATTEMPTS;
60
60
  static const std::string CFG_KEY_DISTRIBUTION_TCP_INTERVAL;
61
 
  
 
61
 
62
62
  static bool match(const std::string &str, const std::string &key, workrave::BreakId &id);
63
63
};
64
64