#include <SimActivityRegistryEnroller.h>
Static Public Member Functions | |
static void | enroll (SimActivityRegistry &iReg, Observer< const T * > *iObs) |
static void | enroll (SimActivityRegistry &, void *) |
Definition at line 39 of file SimActivityRegistryEnroller.h.
static void enroller_helper::Enrollment< T >::enroll | ( | SimActivityRegistry & | iReg, |
Observer< const T * > * | iObs | ||
) | [inline, static] |
Definition at line 40 of file SimActivityRegistryEnroller.h.
References SimActivityRegistry::connect().
{ iReg.connect(iObs); }
static void enroller_helper::Enrollment< T >::enroll | ( | SimActivityRegistry & | , |
void * | |||
) | [inline, static] |
Definition at line 43 of file SimActivityRegistryEnroller.h.
{}