Boost logo

Boost-Commit :

From: lists.drrngrvy_at_[hidden]
Date: 2008-05-21 12:43:19


Author: drrngrvy
Date: 2008-05-21 12:43:19 EDT (Wed, 21 May 2008)
New Revision: 45613
URL: http://svn.boost.org/trac/boost/changeset/45613

Log:
Removing typo-file.
Removed:
   sandbox/SOC/2007/cgi/trunk/boost/cgi/import/#

Deleted: sandbox/SOC/2007/cgi/trunk/boost/cgi/import/#
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/boost/cgi/import/# 2008-05-21 12:43:19 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


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