From c45004b73bb045328a724d1d860df6d1515af6d4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 23 May 2025 13:51:10 +0200 Subject: lib: split out header files --- lib/src/turnsmm/private/participant_p.hpp | 36 ------------------------------- lib/src/turnsmm/private/turn-order_p.hpp | 36 ------------------------------- 2 files changed, 72 deletions(-) delete mode 100644 lib/src/turnsmm/private/participant_p.hpp delete mode 100644 lib/src/turnsmm/private/turn-order_p.hpp (limited to 'lib/src/turnsmm/private') diff --git a/lib/src/turnsmm/private/participant_p.hpp b/lib/src/turnsmm/private/participant_p.hpp deleted file mode 100644 index d0f4f0d..0000000 --- a/lib/src/turnsmm/private/participant_p.hpp +++ /dev/null @@ -1,36 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2025 Felix Morgner - * SPDX-License-Identifier: LGPL-2.1-only - */ - -#ifndef TURNSMM_PARTICIPANT_P_HPP -#define TURNSMM_PARTICIPANT_P_HPP - -#include "turns-participant.h" - -#include -#include -#include - -#include - -namespace Turns -{ - - class Participant_Class : Glib::Class - { - public: - using BaseClassParent = GObjectClass; - using BaseClassType = TurnsParticipantClass; - using BaseObjectType = TurnsParticipant; - using CppClassParent = Glib::Object_Class; - using CppObjectType = class Participant; - - auto init() -> Glib::Class const &; - auto static class_init_function(void * gclass, void * data) -> void; - auto static wrap_new(GObject * object) -> Glib::ObjectBase *; - }; - -} // namespace Turns - -#endif \ No newline at end of file diff --git a/lib/src/turnsmm/private/turn-order_p.hpp b/lib/src/turnsmm/private/turn-order_p.hpp deleted file mode 100644 index d694b3e..0000000 --- a/lib/src/turnsmm/private/turn-order_p.hpp +++ /dev/null @@ -1,36 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2025 Felix Morgner - * SPDX-License-Identifier: LGPL-2.1-only - */ - -#ifndef TURNSMM_TURN_ORDER_P_HPP -#define TURNSMM_TURN_ORDER_P_HPP - -#include "turns-turn-order.h" - -#include -#include -#include - -#include - -namespace Turns -{ - - class TurnOrder_Class : Glib::Class - { - public: - using BaseClassParent = GObjectClass; - using BaseClassType = TurnsTurnOrderClass; - using BaseObjectType = TurnsTurnOrder; - using CppClassParent = Glib::Object_Class; - using CppObjectType = class TURN_ORDER; - - auto init() -> Glib::Class const &; - auto static class_init_function(void * gclass, void * data) -> void; - auto static wrap_new(GObject * object) -> Glib::ObjectBase *; - }; - -} // namespace Turns - -#endif \ No newline at end of file -- cgit v1.2.3