blob: cf2ca31d273fa1657c5451218287d00f6258aecb [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <fidl/test/nullable/llcpp/fidl.h>
namespace fidl_test_nullable {
namespace testing {
class SimpleProtocol_TestBase
: public ::fidl::WireInterface<::fidl_test_nullable::SimpleProtocol> {
public:
virtual ~SimpleProtocol_TestBase() {}
virtual void NotImplemented_(const std::string& name,
::fidl::CompleterBase& completer) = 0;
using Interface = ::fidl::WireInterface<::fidl_test_nullable::SimpleProtocol>;
virtual void Add(int32_t a, int32_t b,
::fidl::WireInterface<::fidl_test_nullable::SimpleProtocol>::
AddCompleter::Sync& completer) override {
NotImplemented_("Add", completer);
}
};
} // namespace testing
} // namespace fidl_test_nullable