67                  op_close_agent_ptr_t CloseAgentImpl,
 
   68                  op_write_native_code_ptr_t WriteNativeCodeImpl,
 
   69                  op_write_debug_line_info_ptr_t WriteDebugLineInfoImpl,
 
   70                  op_unload_native_code_ptr_t UnloadNativeCodeImpl,
 
   71                  op_major_version_ptr_t MajorVersionImpl,
 
   72                  op_major_version_ptr_t MinorVersionImpl,
 
   73                  IsOProfileRunningPtrT MockIsOProfileRunningImpl = 0)
 
   74  : OpenAgentFunc(OpenAgentImpl),
 
   75    CloseAgentFunc(CloseAgentImpl),
 
   76    WriteNativeCodeFunc(WriteNativeCodeImpl),
 
   77    WriteDebugLineInfoFunc(WriteDebugLineInfoImpl),
 
   78    UnloadNativeCodeFunc(UnloadNativeCodeImpl),
 
   79    MajorVersionFunc(MajorVersionImpl),
 
   80    MinorVersionFunc(MinorVersionImpl),
 
   81    IsOProfileRunningFunc(MockIsOProfileRunningImpl),