#ifndef DISPATCHER_H
#define DISPATCHER_H 1

//****************
//
// Name : Dispatcher.H
//
//****************


//******** Header Files

#ifndef MPMG_H
#include "MPMG.H"
#endif


//******** Protos for class dispatcher.

ULONG __saveds __asm MPMG_Dispatcher(register __a0 Class *cl,
				     register __a2 Object *o,
				     register __a1 Msg msg);

//ULONG MPMG_Dispatcher( Class *cl, Object *o, Msg msg);

//******** End of file
#endif

