Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74630 - trunk/libs/chrono/test/stopwatch
From: vicente.botet_at_[hidden]
Date: 2011-10-01 17:01:35


Author: viboes
Date: 2011-10-01 17:01:34 EDT (Sat, 01 Oct 2011)
New Revision: 74630
URL: http://svn.boost.org/trac/boost/changeset/74630

Log:
Chrono: Rename memories by collectors
Text files modified:
   trunk/libs/chrono/test/stopwatch/basic_stopwatch_laps_accumulator_set_pass.cpp | 2 +-
   trunk/libs/chrono/test/stopwatch/basic_stopwatch_laps_container_pass.cpp | 2 +-
   trunk/libs/chrono/test/stopwatch/basic_stopwatch_last_lap_pass.cpp | 2 +-
   trunk/libs/chrono/test/stopwatch/basic_stopwatch_pass.cpp | 1 -
   4 files changed, 3 insertions(+), 4 deletions(-)

Modified: trunk/libs/chrono/test/stopwatch/basic_stopwatch_laps_accumulator_set_pass.cpp
==============================================================================
--- trunk/libs/chrono/test/stopwatch/basic_stopwatch_laps_accumulator_set_pass.cpp (original)
+++ trunk/libs/chrono/test/stopwatch/basic_stopwatch_laps_accumulator_set_pass.cpp 2011-10-01 17:01:34 EDT (Sat, 01 Oct 2011)
@@ -14,7 +14,7 @@
 #include <iostream>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/chrono/stopwatches/basic_stopwatch.hpp>
-#include <boost/chrono/stopwatches/memories/laps_accumulator_set.hpp>
+#include <boost/chrono/stopwatches/collectors/laps_accumulator_set.hpp>
 #include <libs/chrono/test/cycle_count.hpp>
 #include <boost/detail/lightweight_test.hpp>
 

Modified: trunk/libs/chrono/test/stopwatch/basic_stopwatch_laps_container_pass.cpp
==============================================================================
--- trunk/libs/chrono/test/stopwatch/basic_stopwatch_laps_container_pass.cpp (original)
+++ trunk/libs/chrono/test/stopwatch/basic_stopwatch_laps_container_pass.cpp 2011-10-01 17:01:34 EDT (Sat, 01 Oct 2011)
@@ -14,7 +14,7 @@
 #include <iostream>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/chrono/stopwatches/basic_stopwatch.hpp>
-#include <boost/chrono/stopwatches/memories/laps_sequence_container.hpp>
+#include <boost/chrono/stopwatches/collectors/laps_sequence_container.hpp>
 #include <libs/chrono/test/cycle_count.hpp>
 #include <boost/detail/lightweight_test.hpp>
 

Modified: trunk/libs/chrono/test/stopwatch/basic_stopwatch_last_lap_pass.cpp
==============================================================================
--- trunk/libs/chrono/test/stopwatch/basic_stopwatch_last_lap_pass.cpp (original)
+++ trunk/libs/chrono/test/stopwatch/basic_stopwatch_last_lap_pass.cpp 2011-10-01 17:01:34 EDT (Sat, 01 Oct 2011)
@@ -14,7 +14,7 @@
 #include <iostream>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/chrono/stopwatches/basic_stopwatch.hpp>
-#include <boost/chrono/stopwatches/memories/last_lap.hpp>
+#include <boost/chrono/stopwatches/collectors/last_lap.hpp>
 #include <libs/chrono/test/cycle_count.hpp>
 #include <boost/detail/lightweight_test.hpp>
 

Modified: trunk/libs/chrono/test/stopwatch/basic_stopwatch_pass.cpp
==============================================================================
--- trunk/libs/chrono/test/stopwatch/basic_stopwatch_pass.cpp (original)
+++ trunk/libs/chrono/test/stopwatch/basic_stopwatch_pass.cpp 2011-10-01 17:01:34 EDT (Sat, 01 Oct 2011)
@@ -14,7 +14,6 @@
 #include <iostream>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/chrono/stopwatches/basic_stopwatch.hpp>
-#include <boost/chrono/stopwatches/memories/last_lap.hpp>
 #include <libs/chrono/test/cycle_count.hpp>
 #include <boost/detail/lightweight_test.hpp>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk