1 #ifndef __STDAIR_BAS_EVENTSTRUCT_HPP
2 #define __STDAIR_BAS_EVENTSTRUCT_HPP
47 return _eventTimeStamp;
60 assert (_bookingRequest != NULL);
61 return *_bookingRequest;
71 assert (_cancellation != NULL);
72 return *_cancellation;
84 assert (_optimisationNotification != NULL);
85 return *_optimisationNotification;
96 assert (_snapshot != NULL);
108 assert (_rmEvent != NULL);
119 assert (_breakPoint != NULL);
214 #endif // __STDAIR_BAS_EVENTSTRUCT_HPP