From 6bdcd1041accfa799e9be330c954a7a50633b339 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 27 Jan 2004 21:25:23 +0000 Subject: [PATCH] part 12 git-svn-id: http://ltt.polymtl.ca/svn@407 04897980-b3bd-0310-b5e0-8ef037075253 --- .../modules/gui/{guiControlFlow => ControlFlow}/CFV-private.h | 0 .../poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/CFV.c | 0 .../poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/CFV.h | 0 .../lttv/modules/gui/{guiControlFlow => ControlFlow}/Draw_Item.c | 0 .../lttv/modules/gui/{guiControlFlow => ControlFlow}/Draw_Item.h | 0 .../lttv/modules/gui/{guiControlFlow => ControlFlow}/Drawing.c | 0 .../lttv/modules/gui/{guiControlFlow => ControlFlow}/Drawing.h | 0 .../modules/gui/{guiControlFlow => ControlFlow}/Event_Hooks.c | 0 .../modules/gui/{guiControlFlow => ControlFlow}/Event_Hooks.h | 0 .../lttv/modules/gui/{guiControlFlow => ControlFlow}/Makefile.am | 0 .../modules/gui/{guiControlFlow => ControlFlow}/Process_List.c | 0 .../modules/gui/{guiControlFlow => ControlFlow}/Process_List.h | 0 .../gui/{guiControlFlow => ControlFlow}/Widget_Callbacks.c.old | 0 .../gui/{guiControlFlow => ControlFlow}/guiControlFlow.c.old | 0 .../lttv/modules/gui/{guiControlFlow => ControlFlow}/module.c | 0 .../poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/test.c | 0 .../lttv/modules/gui/{guiStatistic => Statistics}/Makefile.am | 0 .../lttv/modules/gui/{guiStatistic => Statistics}/guiStatistic.c | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/CFV-private.h (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/CFV.c (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/CFV.h (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Draw_Item.c (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Draw_Item.h (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Drawing.c (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Drawing.h (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Event_Hooks.c (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Event_Hooks.h (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Makefile.am (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Process_List.c (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Process_List.h (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/Widget_Callbacks.c.old (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/guiControlFlow.c.old (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/module.c (100%) rename ltt/branches/poly/lttv/modules/gui/{guiControlFlow => ControlFlow}/test.c (100%) rename ltt/branches/poly/lttv/modules/gui/{guiStatistic => Statistics}/Makefile.am (100%) rename ltt/branches/poly/lttv/modules/gui/{guiStatistic => Statistics}/guiStatistic.c (100%) diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/CFV-private.h b/ltt/branches/poly/lttv/modules/gui/ControlFlow/CFV-private.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/CFV-private.h rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/CFV-private.h diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/CFV.c b/ltt/branches/poly/lttv/modules/gui/ControlFlow/CFV.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/CFV.c rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/CFV.c diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/CFV.h b/ltt/branches/poly/lttv/modules/gui/ControlFlow/CFV.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/CFV.h rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/CFV.h diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Draw_Item.c b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Draw_Item.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Draw_Item.c rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Draw_Item.c diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Draw_Item.h b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Draw_Item.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Draw_Item.h rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Draw_Item.h diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Drawing.c b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Drawing.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Drawing.c rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Drawing.c diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Drawing.h b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Drawing.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Drawing.h rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Drawing.h diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Event_Hooks.c b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Event_Hooks.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Event_Hooks.c rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Event_Hooks.c diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Event_Hooks.h b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Event_Hooks.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Event_Hooks.h rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Event_Hooks.h diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Makefile.am b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Makefile.am similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Makefile.am rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Makefile.am diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Process_List.c b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Process_List.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Process_List.c rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Process_List.c diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Process_List.h b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Process_List.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Process_List.h rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Process_List.h diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/Widget_Callbacks.c.old b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Widget_Callbacks.c.old similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/Widget_Callbacks.c.old rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/Widget_Callbacks.c.old diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/guiControlFlow.c.old b/ltt/branches/poly/lttv/modules/gui/ControlFlow/guiControlFlow.c.old similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/guiControlFlow.c.old rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/guiControlFlow.c.old diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/module.c b/ltt/branches/poly/lttv/modules/gui/ControlFlow/module.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/module.c rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/module.c diff --git a/ltt/branches/poly/lttv/modules/gui/guiControlFlow/test.c b/ltt/branches/poly/lttv/modules/gui/ControlFlow/test.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiControlFlow/test.c rename to ltt/branches/poly/lttv/modules/gui/ControlFlow/test.c diff --git a/ltt/branches/poly/lttv/modules/gui/guiStatistic/Makefile.am b/ltt/branches/poly/lttv/modules/gui/Statistics/Makefile.am similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiStatistic/Makefile.am rename to ltt/branches/poly/lttv/modules/gui/Statistics/Makefile.am diff --git a/ltt/branches/poly/lttv/modules/gui/guiStatistic/guiStatistic.c b/ltt/branches/poly/lttv/modules/gui/Statistics/guiStatistic.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/guiStatistic/guiStatistic.c rename to ltt/branches/poly/lttv/modules/gui/Statistics/guiStatistic.c -- 2.34.1