Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65008 - trunk/libs/interprocess/example
From: igaztanaga_at_[hidden]
Date: 2010-08-26 03:10:37


Author: igaztanaga
Date: 2010-08-26 03:10:36 EDT (Thu, 26 Aug 2010)
New Revision: 65008
URL: http://svn.boost.org/trac/boost/changeset/65008

Log:
Fixed tabs

Text files modified:
   trunk/libs/interprocess/example/comp_doc_anonymous_conditionA.cpp | 34 ----------------------------------
   1 files changed, 0 insertions(+), 34 deletions(-)

Modified: trunk/libs/interprocess/example/comp_doc_anonymous_conditionA.cpp
==============================================================================
--- trunk/libs/interprocess/example/comp_doc_anonymous_conditionA.cpp (original)
+++ trunk/libs/interprocess/example/comp_doc_anonymous_conditionA.cpp 2010-08-26 03:10:36 EDT (Thu, 26 Aug 2010)
@@ -77,37 +77,3 @@
    return 0;
 }
 //]
-
-/*
-#include <boost/interprocess/detail/config_end.hpp>
-
-#include <windows.h>
-#include <boost/interprocess/detail/win32_api.hpp>
-
-#include <string>
-#include <iostream>
-
-int main( int argc, char* argv[] )
-{
- std::wstring strTmp;
-
- unsigned long a = timeGetTime();
- if ( false != boost::interprocess::winapi::get_last_bootup_time( strTmp ) )
- {
- unsigned long b = timeGetTime();
- std::wcout << "Last boot up time: " << strTmp << " t:" << b-a << std::endl;
-
- std::vector<unsigned char> v;
- a = timeGetTime();
- boost::interprocess::winapi::get_registry_value("SYSTEM\\CurrentControlSet\\Control\\Windows", "ShutdownTime", v);
- b = timeGetTime();
- std::wcout << "shutdowntime get: " << b-a << std::endl;
- }
- else
- {
- std::cout << "Error: Can't retrieve last boot up time!" << std::endl;
- }
-
- return 0;
-}
-*/
\ No newline at end of file


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