history_callbacks
List of: Classes
Subjects: Callbacks, History and Roll
Contents: Kernel

Purpose: Provides callbacks for history management.

Derivation: history_callbacks : toolkit_callback : -

Filename: kern/kernel/kerndata/bulletin/hist_cb.hxx



Methods: public: virtual void


history_callbacks::After_Roll_Bulletin_Board (


BULLETIN_BOARD*, // bulletin board


logical discard // discard


);


Callback method, called after rolling a bulletin board. If discard is TRUE, the roll is due to error processing, and the BULLETIN_BOARD will be deleted along with all of its BULLETINs.






public: virtual void


history_callbacks::After_Roll_State (


DELTA_STATE* // delta state


);


Callback method, called after rolling one state.






public: virtual void


history_callbacks::After_Roll_States ();


Callback method, called after rolling all states.






public: virtual void


history_callbacks::Before_Roll_Bulletin_Board (


BULLETIN_BOARD*, // bulletin board


logical discard // discard


);


Callback method, called before rolling a bulletin board. If discard is TRUE, the roll is due to error processing, and the BULLETIN_BOARD will be deleted along with all of its BULLETINs.






public: virtual void


history_callbacks::Before_Roll_State (


DELTA_STATE* // delta state


);


Callback method, called before rolling one state.






public: virtual void


history_callbacks::Before_Roll_States ();


Callback method, called before rolling all states.
PDF/KERN/32CLF.PDF
HTM/DATA/KERN/KERN/32CLF/0007.HTM