$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: lists.drrngrvy_at_[hidden]
Date: 2008-05-21 12:25:28
Author: drrngrvy
Date: 2008-05-21 12:25:27 EDT (Wed, 21 May 2008)
New Revision: 45612
URL: http://svn.boost.org/trac/boost/changeset/45612
Log:
1of2 - fixing corrupted repository.
Removed:
   sandbox/SOC/2007/cgi/trunk/boost/cgi/import/buffer.hpp
   sandbox/SOC/2007/cgi/trunk/boost/cgi/import/io_service.hpp
   sandbox/SOC/2007/cgi/trunk/boost/cgi/import/read.hpp
   sandbox/SOC/2007/cgi/trunk/boost/cgi/import/streambuf.hpp
   sandbox/SOC/2007/cgi/trunk/boost/cgi/import/write.hpp
Deleted: sandbox/SOC/2007/cgi/trunk/boost/cgi/import/buffer.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/boost/cgi/import/buffer.hpp	2008-05-21 12:25:27 EDT (Wed, 21 May 2008)
+++ (empty file)
@@ -1,26 +0,0 @@
-//                    -- buffer.hpp --
-//
-//            Copyright (c) Darren Garvey 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)
-//
-////////////////////////////////////////////////////////////////
-#ifndef CGI_BUFFER_HPP_INCLUDED__
-#define CGI_BUFFER_HPP_INCLUDED__
-
-#include <boost/asio/buffer.hpp>
-
-namespace cgi {
- namespace common {
-
-  /// Import the Boost.Asio overloads.
-  using boost::asio::buffer;
-
- } // namespace common
-
-  using common::buffer;
-
-} // namespace cgi
-
-#endif // CGI_HPP_INCLUDED__
Deleted: sandbox/SOC/2007/cgi/trunk/boost/cgi/import/io_service.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/boost/cgi/import/io_service.hpp	2008-05-21 12:25:27 EDT (Wed, 21 May 2008)
+++ (empty file)
@@ -1,31 +0,0 @@
-//               -- common/io_service.hpp --
-//
-//            Copyright (c) Darren Garvey 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)
-//
-////////////////////////////////////////////////////////////////
-#ifndef CGI_COMMON_IO_SERVICE_HPP_INCLUDED__
-#define CGI_COMMON_IO_SERVICE_HPP_INCLUDED__
-
-//#if _MSC_VER > 1020
-//#pragma once
-//#endif
-
-#include <boost/asio/io_service.hpp>
-
-namespace cgi {
- namespace common {
-
-  using boost::asio::io_service;
-
- } // namespace common
-
-  // This should go?
-  using boost::asio::io_service;
-
-} // namespace cgi
-
-#endif // CGI_COMMON_IO_SERVICE_HPP_INCLUDED__
-
Deleted: sandbox/SOC/2007/cgi/trunk/boost/cgi/import/read.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/boost/cgi/import/read.hpp	2008-05-21 12:25:27 EDT (Wed, 21 May 2008)
+++ (empty file)
@@ -1,24 +0,0 @@
-//                     -- read.hpp --
-//
-//           Copyright (c) Darren Garvey 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)
-//
-////////////////////////////////////////////////////////////////
-#ifndef CGI_READ_HPP_INCLUDED
-#define CGI_READ_HPP_INCLUDED
-
-#include <boost/asio/read.hpp>
-
-namespace cgi {
- namespace common {
-
-  using boost::asio::read;
-  using boost::asio::async_read;
-
- } // namespace common
-} // namespace cgi
-
-#endif // CGI_READ_HPP_INCLUDED
-
Deleted: sandbox/SOC/2007/cgi/trunk/boost/cgi/import/streambuf.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/boost/cgi/import/streambuf.hpp	2008-05-21 12:25:27 EDT (Wed, 21 May 2008)
+++ (empty file)
@@ -1,25 +0,0 @@
-//                     -- streambuf.hpp --
-//
-//            Copyright (c) Darren Garvey 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)
-//
-////////////////////////////////////////////////////////////////
-#ifndef CGI_STREAMBUF_HPP_INCLUDED__
-#define CGI_STREAMBUF_HPP_INCLUDED__
-
-#include <boost/asio/streambuf.hpp>
-
-namespace cgi {
- namespace common {
-
-  using boost::asio::streambuf;
-
- } // namespace common
-
-   using common::streambuf;
-
-} // namespace cgi
-
-#endif // CGI_STREAMBUF_HPP_INCLUDED__
Deleted: sandbox/SOC/2007/cgi/trunk/boost/cgi/import/write.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/boost/cgi/import/write.hpp	2008-05-21 12:25:27 EDT (Wed, 21 May 2008)
+++ (empty file)
@@ -1,27 +0,0 @@
-//                     -- write.hpp --
-//
-//            Copyright (c) Darren Garvey 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)
-//
-////////////////////////////////////////////////////////////////
-#ifndef CGI_WRITE_HPP_INCLUDED
-#define CGI_WRITE_HPP_INCLUDED
-
-#include <boost/asio/write.hpp>
-
-namespace cgi {
- namespace common {
-
-  using boost::asio::write;
-  using boost::asio::async_write;
-
- } // namespace common
-
-  //using common::write;
-  //using common::async_write;
-
-} // namespace cgi
-
-#endif // CGI_WRITE_HPP_INCLUDED