proxy-wasm-cpp-host icon indicating copy to clipboard operation
proxy-wasm-cpp-host copied to clipboard

Remove default implementations from headers.

Open PiotrSikora opened this issue 4 years ago • 0 comments

From https://github.com/proxy-wasm/proxy-wasm-cpp-host/pull/156#discussion_r620092330:

We should remove default implementations (e.g. getCurrentTimeNanoseconds) from headers, to avoid accidentally leaking them into production code... and then we can have a dummy Context implementation used for tests in this repo.

cc @mathetake

PiotrSikora avatar Apr 26 '21 08:04 PiotrSikora