From 09324cf1310582308fc7f9028eea031caa13d75c Mon Sep 17 00:00:00 2001 From: zampolli Date: Mon, 3 Nov 2008 17:26:18 +0000 Subject: [PATCH] Const declaration removed --- SHUTTLE/TestShuttle/AliTestShuttle.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SHUTTLE/TestShuttle/AliTestShuttle.cxx b/SHUTTLE/TestShuttle/AliTestShuttle.cxx index 6c1773a2cf2..6d0d2d2dcfa 100644 --- a/SHUTTLE/TestShuttle/AliTestShuttle.cxx +++ b/SHUTTLE/TestShuttle/AliTestShuttle.cxx @@ -660,7 +660,7 @@ const char* AliTestShuttle::GetTriggerConfiguration() return NULL; } //______________________________________________________________________________________________ -const UInt_t AliTestShuttle::GetStartTimeDCSQuery() +UInt_t AliTestShuttle::GetStartTimeDCSQuery() { // Return Start Time for the DCS query // @@ -669,7 +669,7 @@ const UInt_t AliTestShuttle::GetStartTimeDCSQuery() return fTimeCreated-fDCSQueryOffset; } //______________________________________________________________________________________________ -const UInt_t AliTestShuttle::GetEndTimeDCSQuery() +UInt_t AliTestShuttle::GetEndTimeDCSQuery() { // Return End Time for the DCS query // -- 2.39.3