#include <PsValuedEvent.h>
Inheritance diagram for PsValuedEvent< UserType >::ValuedEventCreator:


Public Methods | |
| virtual | ~ValuedEventCreator () |
| ValuedEventCreator () | |
Protected Methods | |
| virtual PsEvent * | createRealEvent (const PsEventIdentifier &event, const PsDate &date, const PsName &sender, const PsName &receiver) |
|
|||||||||
|
Definition at line 99 of file PsValuedEvent.h.
00099 : 00100 virtual ~ValuedEventCreator() 00101 { } |
|
|||||||||
|
Definition at line 104 of file PsValuedEvent.h.
00105 : PsEventCreator ( typeid( PsValuedEvent<UserType> ).name() ) 00106 { |
|
||||||||||||||||||||||||
|
Reimplemented from PsEventCreator. Definition at line 108 of file PsValuedEvent.h. References PsDate.
00108 : 00109 virtual PsEvent * createRealEvent (const PsEventIdentifier & event, const PsDate & date, const PsName & sender, const PsName & receiver ) 00110 { 00111 return new PsValuedEvent<UserType> (event, date, sender, receiver) ; } |
| Documentation generated on Mon Nov 25 15:26:36 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |