From 62f479996c001d53a10c45e3ad6a3651b8007668 Mon Sep 17 00:00:00 2001 From: corredor <> Date: Fri, 18 Jun 2010 12:52:17 +0000 Subject: [PATCH] Important change in the location of the classes in the libraries to follow the final class diagrams. The GObjectsMVCFactory and wxVtkSceneManager must be placed in the wx library --- .../GObjectsMVCFactory.cxx | 0 .../GObjectsMVCFactory.h | 0 .../wxVtkSceneManager.cxx | 0 .../wxVtkSceneManager.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename lib/EditorGraphicBBS/{bbsVtkGUIEditorGraphic => bbsWxGUIEditorGraphic}/GObjectsMVCFactory.cxx (100%) rename lib/EditorGraphicBBS/{bbsVtkGUIEditorGraphic => bbsWxGUIEditorGraphic}/GObjectsMVCFactory.h (100%) rename lib/EditorGraphicBBS/{bbsKernelEditorGraphic => bbsWxGUIEditorGraphic}/wxVtkSceneManager.cxx (100%) rename lib/EditorGraphicBBS/{bbsKernelEditorGraphic => bbsWxGUIEditorGraphic}/wxVtkSceneManager.h (100%) diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectsMVCFactory.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/GObjectsMVCFactory.cxx similarity index 100% rename from lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectsMVCFactory.cxx rename to lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/GObjectsMVCFactory.cxx diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectsMVCFactory.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/GObjectsMVCFactory.h similarity index 100% rename from lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectsMVCFactory.h rename to lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/GObjectsMVCFactory.h diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx similarity index 100% rename from lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.cxx rename to lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h similarity index 100% rename from lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h rename to lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h -- 2.45.1