blob: 73014996b5dc66da35fdc2bad128ba940b777afd [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <bottom/cpp/fidl.h>
#include <middle/cpp/fidl.h>
namespace top {
namespace testing {
class Top_TestBase : public Top {
public:
virtual ~Top_TestBase() {}
virtual void NotImplemented_(const std::string& name) = 0;
void GetFoo(GetFooCallback callback) override { NotImplemented_("GetFoo"); }
};
} // namespace testing
} // namespace top