We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ed257 commit f8c757aCopy full SHA for f8c757a
test/core/event_engine/util/delegating_event_engine.h
@@ -12,6 +12,9 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+#ifndef GRPC_TEST_CORE_EVENT_ENGINE_UTIL_DELEGATING_EVENT_ENGINE_H
16
+#define GRPC_TEST_CORE_EVENT_ENGINE_UTIL_DELEGATING_EVENT_ENGINE_H
17
+
18
#include <grpc/event_engine/event_engine.h>
19
20
namespace grpc_event_engine::experimental {
@@ -88,3 +91,5 @@ class DelegatingEventEngine : public EventEngine {
88
91
};
89
92
90
93
} // namespace grpc_event_engine::experimental
94
95
+#endif // GRPC_TEST_CORE_EVENT_ENGINE_UTIL_DELEGATING_EVENT_ENGINE_H
0 commit comments