WIP: header rename

This commit is contained in:
Fischlurch 2009-06-19 14:47:37 +02:00
parent 4307191369
commit e951c468a7
4 changed files with 6 additions and 6 deletions

View file

@ -50,7 +50,7 @@
//#include "pre.hpp"
#include "include/symbol.hpp"
#include "proc/control/command.hpp"
#include "proc/control/mutation.hpp"
#include "proc/control/command-mutation.hpp"
#include "proc/control/command-closure.hpp"
//#include <tr1/memory>

View file

@ -1,5 +1,5 @@
/*
MUTATION.hpp - a functor encapsulating the actual operation of a proc-Command
COMMAND-MUTATION.hpp - functor encapsulating the actual operation of proc-Command
Copyright (C) Lumiera.org
2009, Hermann Vosseler <Ichthyostega@web.de>
@ -21,8 +21,8 @@
*/
/** @file mutation.hpp
** The core of a proc-Layer command: functor containing the actual operation to be executed.
/** @file command-mutation.hpp
** The core of a Proc-Layer command: functor containing the actual operation to be executed.
** //TODO
**
** @see Command

View file

@ -36,7 +36,7 @@
//#include "pre.hpp"
#include "include/symbol.hpp"
#include "proc/control/mutation.hpp"
#include "proc/control/command-mutation.hpp"
#include "proc/control/command-closure.hpp"
//#include <tr1/memory>

View file

@ -32,7 +32,7 @@
//#include "proc/mobject/placement.hpp"
//#include "proc/mobject/placement-index.hpp"
//#include "proc/mobject/explicitplacement.hpp"
#include "proc/control/mutation.hpp"
#include "proc/control/command-mutation.hpp"
#include "lib/meta/tuple.hpp"
//#include "lib/lumitime.hpp"
//#include "lib/util.hpp"