Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59396 - sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/cgi
From: lists.drrngrvy_at_[hidden]
Date: 2010-01-31 19:05:58


Author: drrngrvy
Date: 2010-01-31 19:05:58 EST (Sun, 31 Jan 2010)
New Revision: 59396
URL: http://svn.boost.org/trac/boost/changeset/59396

Log:
Remove cgi::acceptor.
Removed:
   sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/cgi/acceptor.hpp

Deleted: sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/cgi/acceptor.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/cgi/acceptor.hpp 2010-01-31 19:05:58 EST (Sun, 31 Jan 2010)
+++ (empty file)
@@ -1,32 +0,0 @@
-// -- acgi/acceptor.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_ACGI_ACCEPTOR_HPP_INCLUDED__
-#define CGI_ACGI_ACCEPTOR_HPP_INCLUDED__
-
-#include "boost/cgi/detail/push_options.hpp"
-
-#include "boost/cgi/basic_request_acceptor.hpp"
-#include "boost/cgi/acgi/request_acceptor_service.hpp"
-
-BOOST_CGI_NAMESPACE_BEGIN
- namespace acgi {
-
- /// Typedef for common usage (ACGI)
- typedef
- ::BOOST_CGI_NAMESPACE::common::basic_request_acceptor<
- acgi_request_acceptor_service<>
- >
- acceptor;
-
- } // namespace acgi
-BOOST_CGI_NAMESPACE_END
-
-#include "boost/cgi/detail/pop_options.hpp"
-
-#endif // CGI_ACGI_ACCEPTOR_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