// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MOJO_PUBLIC_CPP_SYSTEM_HANDLE_SIGNALS_STATE_H_ #define MOJO_PUBLIC_CPP_SYSTEM_HANDLE_SIGNALS_STATE_H_ #include "mojo/public/c/system/types.h" #include "mojo/public/cpp/system/system_export.h" namespace mojo { // A convenience wrapper around the MojoHandleSignalsState struct. struct MOJO_CPP_SYSTEM_EXPORT HandleSignalsState final : public MojoHandleSignalsState { … }; static_assert …; } // namespace mojo #endif // MOJO_PUBLIC_CPP_SYSTEM_HANDLE_SIGNALS_STATE_H_