blob: f6b3cf78e3a29523af6beeb20bb677d18ccd8388 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <test/error/cpp/fidl.h>
namespace test {
namespace error {
namespace testing {
class Example_TestBase : public ::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