From 078482e428af0ad5c9c7278f5d1fd3b747f82f38 Mon Sep 17 00:00:00 2001 From: mpa Date: Wed, 3 Sep 2014 12:40:01 +0400 Subject: [PATCH] Implementation of ACISPLUGIN as a GEOM plugin (add renamed files) --- src/{common/ACISPLUGIN_exports.h => ACISPlugin_Engine.hxx} | 0 src/{ACISExport/ACISExport.cxx => ACISPlugin_ExportDriver.cxx} | 0 src/{ACISImport/ACISImport.cxx => ACISPlugin_ImportDriver.cxx} | 0 src/{common/ACISPLUGIN_license.h.in => ACISPlugin_license.h.in} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/{common/ACISPLUGIN_exports.h => ACISPlugin_Engine.hxx} (100%) rename src/{ACISExport/ACISExport.cxx => ACISPlugin_ExportDriver.cxx} (100%) rename src/{ACISImport/ACISImport.cxx => ACISPlugin_ImportDriver.cxx} (100%) rename src/{common/ACISPLUGIN_license.h.in => ACISPlugin_license.h.in} (100%) diff --git a/src/common/ACISPLUGIN_exports.h b/src/ACISPlugin_Engine.hxx similarity index 100% rename from src/common/ACISPLUGIN_exports.h rename to src/ACISPlugin_Engine.hxx diff --git a/src/ACISExport/ACISExport.cxx b/src/ACISPlugin_ExportDriver.cxx similarity index 100% rename from src/ACISExport/ACISExport.cxx rename to src/ACISPlugin_ExportDriver.cxx diff --git a/src/ACISImport/ACISImport.cxx b/src/ACISPlugin_ImportDriver.cxx similarity index 100% rename from src/ACISImport/ACISImport.cxx rename to src/ACISPlugin_ImportDriver.cxx diff --git a/src/common/ACISPLUGIN_license.h.in b/src/ACISPlugin_license.h.in similarity index 100% rename from src/common/ACISPLUGIN_license.h.in rename to src/ACISPlugin_license.h.in -- 2.39.2