2 * Copyright (c) 2000-2008, Ingo Weinhold <ingo_weinhold@gmx.de>,
3 * Copyright (c) 2000-2008, Stephan Aßmus <superstippi@gmx.de>,
4 * All Rights Reserved. Distributed under the terms of the MIT license.
11 Event::Event(bool autoDelete
)
13 fAutoDelete(autoDelete
)
18 Event::Event(bigtime_t time
, bool autoDelete
)
20 fAutoDelete(autoDelete
)
31 Event::SetTime(bigtime_t time
)
45 Event::SetAutoDelete(bool autoDelete
)
47 fAutoDelete
= autoDelete
;
54 printf("Event::Execute() - %" B_PRIdBIGTIME
"\n", fTime
);