Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57044 - sandbox/stm/branches/vbe/boost/stm/detail
From: vicente.botet_at_[hidden]
Date: 2009-10-21 11:40:34


Author: viboes
Date: 2009-10-21 11:40:32 EDT (Wed, 21 Oct 2009)
New Revision: 57044
URL: http://svn.boost.org/trac/boost/changeset/57044

Log:
TBoost.STM vbe: Remove datatypes.hpp which isno more used

Removed:
   sandbox/stm/branches/vbe/boost/stm/detail/datatypes.hpp

Deleted: sandbox/stm/branches/vbe/boost/stm/detail/datatypes.hpp
==============================================================================
--- sandbox/stm/branches/vbe/boost/stm/detail/datatypes.hpp 2009-10-21 11:40:32 EDT (Wed, 21 Oct 2009)
+++ (empty file)
@@ -1,41 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-//
-// (C) Copyright Justin E. Gottchlich 2009.
-// (C) Copyright Vicente J. Botet Escriba 2009.
-// Distributed under the Boost
-// Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or
-// copy at http://www.boost.org/LICENSE_1_0.txt)
-//
-// See http://www.boost.org/libs/stm for documentation.
-//
-//////////////////////////////////////////////////////////////////////////////
-
-#ifndef BOOST_STM_dataTypes_header_file
-#define BOOST_STM_dataTypes_header_file
-
-/////////////////////////////////////////////////////////////////////////////
-
-#include <stdlib.h>
-#include <pthread.h>
-
-
-
-/////////////////////////////////////////////////////////////////////////////
-// types
-/////////////////////////////////////////////////////////////////////////////
-typedef bool bool8;
-typedef char char8;
-
-typedef unsigned char uchar8;
-
-typedef char int8;
-typedef unsigned char uint8;
-
-typedef short int int16;
-typedef unsigned short int uint16;
-
-typedef long int int32;
-typedef unsigned long int uint32;
-
-#endif // dataTypes_header_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