[rhmessaging-commits] rhmessaging commits: r4474 - store/trunk/cpp/perf.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Aug 31 10:52:42 EDT 2011


Author: aconway
Date: 2011-08-31 10:52:42 -0400 (Wed, 31 Aug 2011)
New Revision: 4474

Modified:
   store/trunk/cpp/perf/ScopedTimer.cpp
Log:
Fixed trivial inconsistency causing doxygen warnings

Modified: store/trunk/cpp/perf/ScopedTimer.cpp
===================================================================
--- store/trunk/cpp/perf/ScopedTimer.cpp	2011-08-25 12:36:48 UTC (rev 4473)
+++ store/trunk/cpp/perf/ScopedTimer.cpp	2011-08-31 14:52:42 UTC (rev 4474)
@@ -54,7 +54,7 @@
     }
 
     // static
-    double ScopedTimer::_s_getDoubleTime(const ::timespec& ts)
+    double ScopedTimer::_s_getDoubleTime(const std::timespec& ts)
     {
         return ts.tv_sec + (double(ts.tv_nsec) / 1e9);
     }



More information about the rhmessaging-commits mailing list