Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60618 - sandbox/msm/boost/msm/front
From: christophe.j.henry_at_[hidden]
Date: 2010-03-15 13:14:12


Author: chenry
Date: 2010-03-15 13:14:12 EDT (Mon, 15 Mar 2010)
New Revision: 60618
URL: http://svn.boost.org/trac/boost/changeset/60618

Log:
cleanup
Removed:
   sandbox/msm/boost/msm/front/automatic_event.hpp

Deleted: sandbox/msm/boost/msm/front/automatic_event.hpp
==============================================================================
--- sandbox/msm/boost/msm/front/automatic_event.hpp 2010-03-15 13:14:12 EDT (Mon, 15 Mar 2010)
+++ (empty file)
@@ -1,25 +0,0 @@
-// Copyright 2008 Christophe Henry
-// henry UNDERSCORE christophe AT hotmail DOT com
-// This is an extended version of the state machine available in the boost::mpl library
-// Distributed under the same license as the original.
-// Copyright for the original version:
-// Copyright 2005 David Abrahams and Aleksey Gurtovoy. 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 BOOST_MSM_FRONT_COMMON_AUTOMATIC_EVENT_H
-#define BOOST_MSM_FRONT_COMMON_AUTOMATIC_EVENT_H
-
-namespace boost { namespace msm { namespace front
-{
-
- struct none
- {
- typedef int automatic_event;
- };
-
-}}}
-
-#endif //BOOST_MSM_FRONT_COMMON_AUTOMATIC_EVENT_H
-


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