blob: 025cb62c288304c7a4b531c69ea1f344557d8e38 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <bottom/cpp/fidl.h>
#include <fidl/test/foreigntypeinresponseusedthroughcompose/cpp/fidl.h>
#include <middle/cpp/fidl.h>
namespace fidl {
namespace test {
namespace foreigntypeinresponseusedthroughcompose {
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 foreigntypeinresponseusedthroughcompose
} // namespace test
} // namespace fidl