Boost logo

Boost-Commit :

From: igaztanaga_at_[hidden]
Date: 2007-08-08 13:33:46


Author: igaztanaga
Date: 2007-08-08 13:33:45 EDT (Wed, 08 Aug 2007)
New Revision: 38509
URL: http://svn.boost.org/trac/boost/changeset/38509

Log:
Erasing wrongly imported old CVS file
Removed:
   trunk/boost/interprocess/detail/creation_tags.hpp

Deleted: trunk/boost/interprocess/detail/creation_tags.hpp
==============================================================================
--- trunk/boost/interprocess/detail/creation_tags.hpp 2007-08-08 13:33:45 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,37 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-//
-// (C) Copyright Ion Gaztanaga 2005-2007. 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/interprocess for documentation.
-//
-//////////////////////////////////////////////////////////////////////////////
-
-#ifndef BOOST_INTERPROCESS_CREATION_TAGS_HPP
-#define BOOST_INTERPROCESS_CREATION_TAGS_HPP
-
-#include <boost/interprocess/detail/config_begin.hpp>
-#include <boost/interprocess/detail/workaround.hpp>
-
-namespace boost { namespace interprocess { namespace detail {
-
-struct create_only_t {};
-struct open_only_t {};
-struct open_or_create_t {};
-
-} //namespace detail {
-
-static const detail::create_only_t create_only = detail::create_only_t();
-static const detail::open_or_create_t open_or_create = detail::open_or_create_t();
-static const detail::open_only_t open_only = detail::open_only_t();
-
-enum create_enum_t
-{ DoCreate, DoOpen, DoCreateOrOpen };
-
-}} //namespace boost { namespace interprocess {
-
-#include <boost/interprocess/detail/config_end.hpp>
-
-#endif //#ifndef BOOST_INTERPROCESS_CREATION_TAGS_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