blob: 253e8271d523866b21f48e8111fca7a507bb8a95 [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::WireServer<::fidl_test_nullable::SimpleProtocol>::
AddCompleter::Sync& completer) override {
NotImplemented_("Add", completer);
}
};
} // namespace testing
} // namespace fidl_test_nullable