From dce391e483b20d896bb233190171f32581ef74d4 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 8 May 2007 10:01:32 +0000 Subject: [PATCH] Moving AliDSCValue, AliDCSSensor And AliDCSSensorArray from CDB to STEER to avoud circular dependences between the libraries --- STEER/CDBLinkDef.h | 4 ---- STEER/STEERLinkDef.h | 4 ++++ STEER/libCDB.pkg | 10 +++++----- STEER/libSTEER.pkg | 3 ++- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/STEER/CDBLinkDef.h b/STEER/CDBLinkDef.h index 254f045c609..91bcd56d730 100644 --- a/STEER/CDBLinkDef.h +++ b/STEER/CDBLinkDef.h @@ -27,10 +27,6 @@ #pragma link C++ class AliCDBGridFactory+; #pragma link C++ class AliCDBGridParam+; -#pragma link C++ class AliDCSValue+; -#pragma link C++ class AliDCSSensor+; -#pragma link C++ class AliDCSSensorArray+; - #pragma link C++ class AliPreprocessor+; #pragma link C++ class AliShuttleInterface+; diff --git a/STEER/STEERLinkDef.h b/STEER/STEERLinkDef.h index 4f8239d65f1..c3af2995426 100644 --- a/STEER/STEERLinkDef.h +++ b/STEER/STEERLinkDef.h @@ -129,4 +129,8 @@ #pragma link C++ class AliSplineFit+; +#pragma link C++ class AliDCSValue+; +#pragma link C++ class AliDCSSensor+; +#pragma link C++ class AliDCSSensorArray+; + #endif diff --git a/STEER/libCDB.pkg b/STEER/libCDB.pkg index 657ca85d60b..ae7449f4d0b 100644 --- a/STEER/libCDB.pkg +++ b/STEER/libCDB.pkg @@ -1,8 +1,8 @@ SRCS = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \ AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \ AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \ -AliDCSValue.cxx AliPreprocessor.cxx AliShuttleInterface.cxx \ -AliGRPPreprocessor.cxx AliGRPDCS.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx +AliPreprocessor.cxx AliShuttleInterface.cxx \ +AliGRPPreprocessor.cxx AliGRPDCS.cxx HDRS:= $(SRCS:.cxx=.h) @@ -11,7 +11,7 @@ DHDR= CDBLinkDef.h EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \ AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \ AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \ -AliDCSValue.h AliPreprocessor.h AliShuttleInterface.h \ -AliGRPPreprocessor.h AliGRPDCS.h \ -AliDCSSensorArray.h AliDCSSensor.h +AliPreprocessor.h AliShuttleInterface.h \ +AliGRPPreprocessor.h AliGRPDCS.h + diff --git a/STEER/libSTEER.pkg b/STEER/libSTEER.pkg index d01e2c1759b..21c99bd6167 100644 --- a/STEER/libSTEER.pkg +++ b/STEER/libSTEER.pkg @@ -36,7 +36,8 @@ AliCTPRawData.cxx AliCTPRawStream.cxx \ AliMathBase.cxx AliSignalProcesor.cxx \ AliTracker.cxx AliCluster.cxx AliHelix.cxx AliV0.cxx AliKink.cxx \ AliSelectorRL.cxx AliSplineFit.cxx \ -AliMagFMapsV1.cxx +AliMagFMapsV1.cxx \ +AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx HDRS:= $(SRCS:.cxx=.h) -- 2.39.3