blob: aeab54efa3b93978aa5997f375c07ba2dcd2de8c [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <fidl/test/error/cpp/fidl.h>
namespace fidl {
namespace test {
namespace error {
namespace testing {
class Example_TestBase : public ::fidl::test::error::Example {
public:
virtual ~Example_TestBase() {}
virtual void NotImplemented_(const std::string& name) = 0;
void foo(::std::string s, fooCallback callback) override {
NotImplemented_("foo");
}
};
} // namespace testing
} // namespace error
} // namespace test
} // namespace fidl