Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
651f711c
Commit
651f711c
authored
Jun 24, 2015
by
Francis Dupont
Browse files
[3922] Made Stopwatch not copyable
parent
2cc20c79
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/stopwatch.h
View file @
651f711c
...
...
@@ -15,6 +15,7 @@
#ifndef STOPWATCH_H
#define STOPWATCH_H
#include
<boost/noncopyable.hpp>
#include
<boost/date_time/posix_time/posix_time.hpp>
namespace
isc
{
...
...
@@ -39,7 +40,7 @@ class StopwatchImpl;
/// @c start and @c stop consecutively. The total measured time will be
/// a sum of durations between the invocations of respective starts and
/// stops.
class
Stopwatch
{
class
Stopwatch
:
boost
::
noncopyable
{
public:
/// @brief Constructor.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment