60 IttnotifyInfoPtr IttnotifyInfoImpl,
61 RegisterCallbackExPtr RegisterCallbackExImpl,
62 IsProfilingActivePtr IsProfilingActiveImpl,
63 FinalizeThreadPtr FinalizeThreadImpl,
64 FinalizeProcessPtr FinalizeProcessImpl,
65 GetNewMethodIDPtr GetNewMethodIDImpl)
66 : NotifyEventFunc(NotifyEventImpl), IttnotifyInfoFunc(IttnotifyInfoImpl),
67 RegisterCallbackExFunc(RegisterCallbackExImpl),
68 IsProfilingActiveFunc(IsProfilingActiveImpl),
69 GetNewMethodIDFunc(GetNewMethodIDImpl) {}