mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-10-19 23:34:39 +08:00
Match-id-515db564370c501883bd877581f460290f764189
This commit is contained in:
24
cli/test/include/mockcpp/ApiHook.h
Normal file
24
cli/test/include/mockcpp/ApiHook.h
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
#ifndef __MOCKCPP_API_HOOK_H__
|
||||
#define __MOCKCPP_API_HOOK_H__
|
||||
|
||||
#include <mockcpp/mockcpp.h>
|
||||
|
||||
MOCKCPP_NS_START
|
||||
|
||||
struct ApiHookImpl;
|
||||
|
||||
struct ApiHook
|
||||
{
|
||||
ApiHook ( const void* api
|
||||
, const void* stub );
|
||||
|
||||
~ApiHook();
|
||||
|
||||
private:
|
||||
ApiHookImpl* This;
|
||||
};
|
||||
|
||||
MOCKCPP_NS_END
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user