blob: 7ad14d2288277bce2383220bd617a2448ffd7e10 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
namespace test {
namespace name {
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 name
} // namespace test