// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef BACKEND_I_H #define BACKEND_I_H #include class BackendI final : public Test::Backend { public: void shutdown(const Ice::Current&) override; }; #endif