Boost logo

Boost-Commit :

From: lists.drrngrvy_at_[hidden]
Date: 2008-05-20 12:10:37


Author: drrngrvy
Date: 2008-05-20 12:10:37 EDT (Tue, 20 May 2008)
New Revision: 45581
URL: http://svn.boost.org/trac/boost/changeset/45581

Log:
Missing file.
Added:
   sandbox/SOC/2007/cgi/trunk/boost/cgi/common/status_type.hpp (contents, props changed)

Added: sandbox/SOC/2007/cgi/trunk/boost/cgi/common/status_type.hpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/cgi/trunk/boost/cgi/common/status_type.hpp 2008-05-20 12:10:37 EDT (Tue, 20 May 2008)
@@ -0,0 +1,29 @@
+// -- common/status_type.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_STATUS_TYPE_HPP_INCLUDED__
+#define CGI_COMMON_STATUS_TYPE_HPP_INCLUDED__
+
+namespace cgi {
+ namespace common {
+
+ enum status_type
+ { null
+ , unloaded
+ , activated
+ , loaded
+ , ok = loaded
+ , aborted
+ , closed
+ };
+
+ } // namespace common
+} // namespace cgi
+
+#endif // CGI_COMMON_STATUS_TYPE_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