~ubuntu-branches/ubuntu/vivid/libusermetrics/vivid

« back to all changes in this revision

Viewing changes to src/libusermetricsinput/MetricManager.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-07-11 02:03:59 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130711020359-8uck7n6bikxlpxyn
Tags: 1.0.6+13.10.20130711-0ubuntu1
[ Pete Woods ]
* Merge didrocks' google-mock fix

[ Ubuntu daily release ]
* Automatic snapshot from revision 104

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
};
81
81
 
82
82
/**
83
 
 * @example MetricManagerToday.cpp
 
83
 * @example MetricManagerIncrementToday.cpp
84
84
 *   A simple example of a metric that doesn't worry about updating
85
85
 *   history, and just increments a single value in response to an
86
 
 *   action.
 
86
 *   action. This is for apps that can simply increment by a fixed
 
87
 *   amount.
 
88
 **/
 
89
 
 
90
/**
 
91
 * @example MetricManagerUpdateToday.cpp
 
92
 *   A simple example of a metric that doesn't worry about updating
 
93
 *   history, and just updates a single value in response to an
 
94
 *   action. This is for apps that cannot simply increment by a fixed
 
95
 *   amount.
87
96
 **/
88
97
 
89
98
/**