MCPcopy Create free account
hub / github.com/Axosoft/nsfw / NativeInterface

Method NativeInterface

src/NativeInterface.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "../includes/NativeInterface.h"
2
3NativeInterface::NativeInterface(const std::string &path, const std::vector<std::string> &excludedPaths, std::shared_ptr<EventQueue> queue) {
4 mNativeInterface.reset(new NativeImplementation(queue, path, excludedPaths));
5}
6
7NativeInterface::~NativeInterface() {
8 mNativeInterface.reset(nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected