From 54164b752cd1b516a183c32600d81c91325777b7 Mon Sep 17 00:00:00 2001 From: maroy Date: Thu, 18 Nov 2004 12:28:02 +0000 Subject: [PATCH] updated test object to reflect changes in access return types (const returns) --- .../modules/eventScheduler/src/TestScheduledEvent.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/livesupport/modules/eventScheduler/src/TestScheduledEvent.h b/livesupport/modules/eventScheduler/src/TestScheduledEvent.h index a87ccc69e..fcab41ee8 100644 --- a/livesupport/modules/eventScheduler/src/TestScheduledEvent.h +++ b/livesupport/modules/eventScheduler/src/TestScheduledEvent.h @@ -22,7 +22,7 @@ Author : $Author: maroy $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/eventScheduler/src/TestScheduledEvent.h,v $ ------------------------------------------------------------------------------*/ @@ -63,7 +63,7 @@ using namespace LiveSupport::Core; * A scheduled event for testing purposes. * * @author $Author: maroy $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ */ class TestScheduledEvent : public virtual ScheduledEventInterface { @@ -135,7 +135,7 @@ class TestScheduledEvent : public virtual ScheduledEventInterface * * @return the time this event is scheduled for. */ - virtual Ptr::Ref + virtual Ptr::Ref getScheduledTime(void) throw () { return when; @@ -163,7 +163,7 @@ class TestScheduledEvent : public virtual ScheduledEventInterface * @return the maximum time for the initialize() function to complete. * @see #initialize */ - virtual Ptr::Ref + virtual Ptr::Ref maxTimeToInitialize(void) throw () { return initTime; @@ -190,7 +190,7 @@ class TestScheduledEvent : public virtual ScheduledEventInterface * * @return the length of the event, in time. */ - virtual Ptr::Ref + virtual Ptr::Ref eventLength(void) throw () { return length;