$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51456 - sandbox/synchro/boost/synchro
From: vicente.botet_at_[hidden]
Date: 2009-02-26 12:41:44
Author: viboes
Date: 2009-02-26 12:41:44 EST (Thu, 26 Feb 2009)
New Revision: 51456
URL: http://svn.boost.org/trac/boost/changeset/51456
Log:
V0.0.0 : binary semaphore
Text files modified:
sandbox/synchro/boost/synchro/semaphore.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/synchro/boost/synchro/semaphore.hpp
==============================================================================
--- sandbox/synchro/boost/synchro/semaphore.hpp (original)
+++ sandbox/synchro/boost/synchro/semaphore.hpp 2009-02-26 12:41:44 EST (Thu, 26 Feb 2009)
@@ -170,6 +170,7 @@
};
typedef basic_binary_semaphore<> binary_semaphore;
+
}
}