From e951c468a732b9eeace7f3633dd4e7acfc23de7e Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Fri, 19 Jun 2009 14:47:37 +0200 Subject: [PATCH] WIP: header rename --- src/proc/control/command-def.hpp | 2 +- src/proc/control/{mutation.hpp => command-mutation.hpp} | 6 +++--- src/proc/control/command.hpp | 2 +- tests/components/proc/control/command-mutation-test.cpp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename src/proc/control/{mutation.hpp => command-mutation.hpp} (94%) diff --git a/src/proc/control/command-def.hpp b/src/proc/control/command-def.hpp index 0f02e9046..acbf8bb5b 100644 --- a/src/proc/control/command-def.hpp +++ b/src/proc/control/command-def.hpp @@ -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 diff --git a/src/proc/control/mutation.hpp b/src/proc/control/command-mutation.hpp similarity index 94% rename from src/proc/control/mutation.hpp rename to src/proc/control/command-mutation.hpp index 04f1daf54..eeb26c51d 100644 --- a/src/proc/control/mutation.hpp +++ b/src/proc/control/command-mutation.hpp @@ -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 @@ -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 diff --git a/src/proc/control/command.hpp b/src/proc/control/command.hpp index 3939ae3d7..4d24e961e 100644 --- a/src/proc/control/command.hpp +++ b/src/proc/control/command.hpp @@ -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 diff --git a/tests/components/proc/control/command-mutation-test.cpp b/tests/components/proc/control/command-mutation-test.cpp index f41f8bcc1..38a124e2b 100644 --- a/tests/components/proc/control/command-mutation-test.cpp +++ b/tests/components/proc/control/command-mutation-test.cpp @@ -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"