Update of /cvsroot/boost/boost/boost/xpressive/detail/core
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13025/boost/xpressive/detail/core

Modified Files:
        action.hpp 
Log Message:
more efficient actions

Index: action.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/core/action.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- action.hpp  22 Mar 2007 17:37:16 -0000      1.3
+++ action.hpp  31 Mar 2007 00:55:48 -0000      1.4
@@ -13,6 +13,8 @@
 # pragma once
 #endif
 
+#include <boost/xpressive/detail/detail_fwd.hpp>
+
 namespace boost { namespace xpressive { namespace detail
 {
 
@@ -23,7 +25,7 @@
     struct actionable
     {
         virtual ~actionable() {}
-        virtual void execute() const {}
+        virtual void execute(action_args_type *action_args) const {}
 
         actionable()
           : next(0)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to