blob: cce7d6b8fa20831f5511c9f4ca090dbb2e8b5b23 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <fidl/test/service/cpp/fidl.h>
namespace fidl {
namespace test {
namespace service {
namespace testing {
class SecondProtocol_TestBase : public SecondProtocol {
public:
virtual ~SecondProtocol_TestBase() {}
virtual void NotImplemented_(const std::string& name) = 0;
void MethodOnSecond() override { NotImplemented_("MethodOnSecond"); }
};
class FirstProtocol_TestBase : public FirstProtocol {
public:
virtual ~FirstProtocol_TestBase() {}
virtual void NotImplemented_(const std::string& name) = 0;
void MethodOnFirst() override { NotImplemented_("MethodOnFirst"); }
};
} // namespace testing
} // namespace service
} // namespace test
} // namespace fidl