From 72b15b8e455d71549dbcc3e71e4c325b59d2c47e Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Thu, 15 Nov 2018 23:52:02 +0100 Subject: [PATCH] Global-Layer-Renaming: transform header include guards btw... we could change to #pragma once --- src/include/display-facade.h | 4 ++-- src/include/dummy-player-facade.h | 4 ++-- src/include/gui-notification-facade.h | 6 +++--- src/include/play-facade.hpp | 6 +++--- src/include/session-command-facade.h | 6 +++--- src/include/ui-protocol.hpp | 6 +++--- src/stage/config-keys.hpp | 6 +++--- src/stage/ctrl/actions.hpp | 6 +++--- src/stage/ctrl/bus-term.hpp | 6 +++--- src/stage/ctrl/core-service.hpp | 6 +++--- src/stage/ctrl/facade.hpp | 6 +++--- src/stage/ctrl/global-ctx.hpp | 6 +++--- src/stage/ctrl/nexus.hpp | 6 +++--- src/stage/ctrl/notification-hub.hpp | 6 +++--- src/stage/ctrl/panel-locator.hpp | 6 +++--- src/stage/ctrl/state-manager.hpp | 6 +++--- src/stage/ctrl/state-map-grouping-storage.hpp | 6 +++--- src/stage/ctrl/state-recorder.hpp | 6 +++--- src/stage/ctrl/ui-dispatcher.hpp | 6 +++--- src/stage/ctrl/ui-manager.hpp | 6 +++--- src/stage/ctrl/ui-state.hpp | 6 +++--- src/stage/ctrl/window-locator.hpp | 6 +++--- src/stage/dialog/dialog.hpp | 6 +++--- src/stage/dialog/name-chooser.hpp | 6 +++--- src/stage/dialog/preferences-dialog.hpp | 6 +++--- src/stage/dialog/render.hpp | 6 +++--- src/stage/dialog/test-control.hpp | 6 +++--- src/stage/display-service.hpp | 4 ++-- src/stage/draw/cairo-util.hpp | 6 +++--- src/stage/draw/rectangle.hpp | 6 +++--- src/stage/gtk-base.hpp | 6 +++--- src/stage/guifacade.hpp | 4 ++-- src/stage/id-scheme.hpp | 6 +++--- src/stage/interact/cmd-context.hpp | 6 +++--- src/stage/interact/elem-access-dir.hpp | 6 +++--- src/stage/interact/focus-tracker.hpp | 6 +++--- src/stage/interact/interaction-director.hpp | 6 +++--- src/stage/interact/interaction-state.hpp | 6 +++--- src/stage/interact/navigator.hpp | 6 +++--- src/stage/interact/spot-locator.hpp | 6 +++--- src/stage/interact/ui-coord-resolver.hpp | 6 +++--- src/stage/interact/ui-coord.hpp | 6 +++--- src/stage/interact/ui-location-solver.hpp | 6 +++--- src/stage/interact/view-locator.hpp | 6 +++--- src/stage/interact/view-spec-dsl.hpp | 6 +++--- src/stage/interact/wizard.hpp | 6 +++--- src/stage/interact/work-site-trail.hpp | 6 +++--- src/stage/interact/work-site.hpp | 6 +++--- src/stage/model/clip.hpp | 4 ++-- src/stage/model/controller.hpp | 6 +++--- src/stage/model/diagnostics.hpp | 6 +++--- src/stage/model/element-access.hpp | 6 +++--- src/stage/model/expander-revealer.hpp | 6 +++--- src/stage/model/flash-deco.hpp | 6 +++--- src/stage/model/tangible.hpp | 6 +++--- src/stage/model/w-link.hpp | 6 +++--- src/stage/model/widget.hpp | 6 +++--- src/stage/notification-service.hpp | 4 ++-- src/stage/output/displayer.hpp | 6 +++--- src/stage/output/gdkdisplayer.hpp | 6 +++--- src/stage/output/xvdisplayer.hpp | 4 ++-- src/stage/panel/assets-panel.hpp | 6 +++--- src/stage/panel/infobox-panel.hpp | 6 +++--- src/stage/panel/panel.hpp | 6 +++--- src/stage/panel/timeline-panel-obsolete.hpp | 6 +++--- src/stage/panel/timeline-panel.hpp | 6 +++--- src/stage/panel/viewer-panel.hpp | 6 +++--- src/stage/setting/asset-controller.hpp | 6 +++--- src/stage/style-scheme.hpp | 6 +++--- src/stage/timeline/body-canvas-widget.hpp | 6 +++--- src/stage/timeline/clip-presenter.hpp | 6 +++--- src/stage/timeline/clip-widget.hpp | 6 +++--- src/stage/timeline/header-pane-widget.hpp | 6 +++--- src/stage/timeline/marker-widget.hpp | 6 +++--- src/stage/timeline/navigator-widget.hpp | 6 +++--- src/stage/timeline/patchbay-widget.hpp | 6 +++--- src/stage/timeline/pipe-widget.hpp | 6 +++--- src/stage/timeline/ruler-widget.hpp | 6 +++--- src/stage/timeline/timeline-controller.hpp | 6 +++--- src/stage/timeline/timeline-gui.hpp | 6 +++--- src/stage/timeline/timeline-layout.hpp | 6 +++--- src/stage/timeline/timeline-widget-empty.hpp | 6 +++--- src/stage/timeline/timeline-widget.hpp | 6 +++--- src/stage/timeline/track-body.hpp | 6 +++--- src/stage/timeline/track-head-widget.hpp | 6 +++--- src/stage/timeline/track-presenter.hpp | 6 +++--- src/stage/timeline/transition-widget.hpp | 6 +++--- src/stage/ui-bus.hpp | 6 +++--- src/stage/widget/bin-widget.hpp | 6 +++--- src/stage/widget/button-bar.hpp | 6 +++--- src/stage/widget/element-box-widget.hpp | 6 +++--- src/stage/widget/error-log-display.hpp | 6 +++--- src/stage/widget/menu-button.hpp | 6 +++--- src/stage/widget/mini-button.hpp | 6 +++--- src/stage/widget/mixer-widget.hpp | 6 +++--- src/stage/widget/panel-bar.hpp | 6 +++--- src/stage/widget/player-widget.hpp | 6 +++--- src/stage/widget/switchboard-widget.hpp | 6 +++--- src/stage/widget/timecode-widget.hpp | 6 +++--- src/stage/widget/timeline-widget.hpp | 6 +++--- src/stage/widget/timeline/basic-draw-strategy.hpp | 6 +++--- src/stage/widget/timeline/draw-strategy.hpp | 6 +++--- src/stage/widget/timeline/timeline-arrow-tool.hpp | 6 +++--- src/stage/widget/timeline/timeline-body.hpp | 6 +++--- src/stage/widget/timeline/timeline-clip-track.hpp | 6 +++--- src/stage/widget/timeline/timeline-clip.hpp | 6 +++--- src/stage/widget/timeline/timeline-entity.hpp | 6 +++--- src/stage/widget/timeline/timeline-group-track.hpp | 6 +++--- .../widget/timeline/timeline-header-container.hpp | 6 +++--- .../widget/timeline/timeline-header-widget.hpp | 6 +++--- src/stage/widget/timeline/timeline-ibeam-tool.hpp | 6 +++--- .../widget/timeline/timeline-layout-helper.hpp | 6 +++--- src/stage/widget/timeline/timeline-ruler.hpp | 6 +++--- src/stage/widget/timeline/timeline-state.hpp | 6 +++--- src/stage/widget/timeline/timeline-tool.hpp | 6 +++--- src/stage/widget/timeline/timeline-track.hpp | 6 +++--- src/stage/widget/timeline/timeline-view-window.hpp | 6 +++--- src/stage/widget/timeline/timeline-zoom-scale.hpp | 6 +++--- src/stage/widget/video-display-widget.hpp | 6 +++--- src/stage/workspace/dock-area.hpp | 6 +++--- src/stage/workspace/panel-manager.hpp | 6 +++--- src/stage/workspace/ui-style.hpp | 6 +++--- src/stage/workspace/workspace-window.hpp | 6 +++--- src/steam/asset.hpp | 4 ++-- src/steam/asset/buildinstruct.hpp | 4 ++-- src/steam/asset/category.hpp | 4 ++-- src/steam/assetmanager.hpp | 4 ++-- src/steam/cmd.hpp | 6 +++--- src/steam/common.hpp | 4 ++-- src/steam/config-resolver.hpp | 4 ++-- src/steam/control/command-dispatch.hpp | 6 +++--- src/steam/control/command-queue.hpp | 6 +++--- src/steam/control/looper.hpp | 14 +++++++------- src/steam/control/media-impl-lib.hpp | 6 +++--- src/steam/control/proc-dispatcher.hpp | 6 +++--- src/steam/control/session-command-service.hpp | 6 +++--- src/steam/control/stypemanager.hpp | 4 ++-- src/steam/controllerfacade.hpp | 4 ++-- src/steam/engine/buffer-local-key.hpp | 4 ++-- src/steam/engine/buffer-metadata.hpp | 4 ++-- src/steam/engine/buffer-provider.hpp | 4 ++-- src/steam/engine/calc-plan-continuation.hpp | 4 ++-- src/steam/engine/calc-stream.hpp | 6 +++--- src/steam/engine/diagnostic-buffer-provider.hpp | 4 ++-- src/steam/engine/dispatch-table.hpp | 4 ++-- src/steam/engine/dispatcher.hpp | 4 ++-- src/steam/engine/engine-diagnostics.hpp | 4 ++-- src/steam/engine/engine-service-mock.hpp | 4 ++-- src/steam/engine/engine-service.hpp | 6 +++--- src/steam/engine/frame-coord.hpp | 4 ++-- src/steam/engine/job-planning.hpp | 4 ++-- src/steam/engine/job-ticket.hpp | 4 ++-- src/steam/engine/mask.hpp | 6 +++--- src/steam/engine/nodeoperation.hpp | 4 ++-- src/steam/engine/renderengine.hpp | 6 +++--- src/steam/engine/rendergraph.hpp | 6 +++--- src/steam/engine/time-anchor.hpp | 4 ++-- src/steam/engine/tracking-heap-block-provider.hpp | 4 ++-- src/steam/engine/type-handler.hpp | 4 ++-- src/steam/engine/worker/dummy-image-generator.hpp | 4 ++-- src/steam/engine/worker/dummy-tick.hpp | 4 ++-- src/steam/engine/worker/tick-service.hpp | 4 ++-- src/steam/external/libgavl.hpp | 4 ++-- src/steam/facade.hpp | 4 ++-- src/steam/mobject/builder/conmanager.hpp | 4 ++-- .../mobject/builder/fixture-change-detector.hpp | 4 ++-- src/steam/mobject/builder/model-port-registry.hpp | 4 ++-- src/steam/mobject/builderfacade.hpp | 6 +++--- src/steam/mobject/explicitplacement.hpp | 6 +++--- src/steam/mobject/interpolator.hpp | 6 +++--- src/steam/mobject/mobject.hpp | 6 +++--- src/steam/mobject/model-port.hpp | 4 ++-- src/steam/mobject/output-designation.hpp | 6 +++--- src/steam/mobject/output-mapping.hpp | 4 ++-- src/steam/mobject/parameter.hpp | 6 +++--- src/steam/mobject/paramprovider.hpp | 6 +++--- src/steam/mobject/session/allocation.hpp | 4 ++-- src/steam/mobject/session/auto.hpp | 4 ++-- src/steam/mobject/session/binding.hpp | 4 ++-- src/steam/mobject/session/bus-mo.hpp | 4 ++-- src/steam/mobject/session/clip.hpp | 4 ++-- src/steam/mobject/session/constraint.hpp | 4 ++-- .../mobject/session/dummy-session-connection.hpp | 4 ++-- src/steam/mobject/session/effect.hpp | 4 ++-- src/steam/mobject/session/element-query.hpp | 4 ++-- src/steam/mobject/session/fixedlocation.hpp | 4 ++-- src/steam/mobject/session/generator-mo.hpp | 4 ++-- src/steam/mobject/session/label.hpp | 4 ++-- src/steam/mobject/session/lifecycle-advisor.hpp | 4 ++-- src/steam/mobject/session/locatingpin.hpp | 4 ++-- src/steam/mobject/session/meta.hpp | 4 ++-- src/steam/mobject/session/mobjectfactory.hpp | 4 ++-- src/steam/mobject/session/placement-index.hpp | 4 ++-- src/steam/mobject/session/root.hpp | 4 ++-- src/steam/mobject/session/scope-locator.hpp | 4 ++-- src/steam/mobject/session/scope-path.hpp | 4 ++-- src/steam/mobject/session/scope-query.hpp | 4 ++-- src/steam/mobject/session/scope.hpp | 4 ++-- src/steam/mobject/session/session-impl.hpp | 4 ++-- .../mobject/session/session-interface-modules.hpp | 4 ++-- src/steam/play/dummy-play-connection.hpp | 6 +++--- src/steam/play/dummy-player-service.hpp | 4 ++-- src/steam/play/output-director.hpp | 4 ++-- src/steam/play/output-manager.hpp | 4 ++-- src/steam/play/output-slot-connection.hpp | 4 ++-- src/steam/play/output-slot.hpp | 4 ++-- src/steam/play/play-controller.hpp | 4 ++-- src/steam/play/play-process.hpp | 4 ++-- src/steam/play/play-service.hpp | 4 ++-- src/steam/play/render-configurator.hpp | 4 ++-- src/steam/play/sound/jack-output.hpp | 4 ++-- src/steam/play/timings.hpp | 4 ++-- src/steam/state.hpp | 4 ++-- src/steam/streamtype.hpp | 6 +++--- src/vault/backend.h | 6 +++--- src/vault/engine/engine-config.h | 6 +++--- src/vault/engine/job.h | 6 +++--- src/vault/engine/scheduler-diagnostics.hpp | 4 ++-- src/vault/engine/scheduler-frontend.hpp | 4 ++-- src/vault/enginefacade.hpp | 4 ++-- src/vault/file.h | 6 +++--- src/vault/filedescriptor.h | 6 +++--- src/vault/filedescriptorregistry.h | 6 +++--- src/vault/filehandle.h | 6 +++--- src/vault/filehandlecache.h | 6 +++--- src/vault/fileheader.h | 6 +++--- src/vault/media-access-facade.hpp | 4 ++-- src/vault/mmap.h | 6 +++--- src/vault/mmapcache.h | 6 +++--- src/vault/mmapings.h | 6 +++--- src/vault/netnodefacade.hpp | 4 ++-- src/vault/real-clock.hpp | 4 ++-- src/vault/resourcecollector.h | 6 +++--- src/vault/scriptrunnerfacade.hpp | 4 ++-- src/vault/threadpool-init.hpp | 6 +++--- src/vault/threadpool.h | 6 +++--- src/vault/threads.h | 6 +++--- tests/core/steam/engine/testframe.hpp | 4 ++-- tests/core/steam/play/diagnostic-output-slot.hpp | 4 ++-- tests/core/vault/engine/dummy-job.hpp | 4 ++-- tests/core/vault/media-access-mock.hpp | 4 ++-- tests/stage/gen-node-location-query.hpp | 6 +++--- tests/stage/test/mock-elm.hpp | 6 +++--- tests/stage/test/placeholder-command.hpp | 6 +++--- tests/stage/test/test-element-access.hpp | 6 +++--- tests/stage/test/test-nexus.hpp | 6 +++--- 246 files changed, 654 insertions(+), 654 deletions(-) diff --git a/src/include/display-facade.h b/src/include/display-facade.h index 82e9e846a..3cfd6b28e 100644 --- a/src/include/display-facade.h +++ b/src/include/display-facade.h @@ -40,8 +40,8 @@ */ -#ifndef GUI_INTERFACE_DISPLAY_H -#define GUI_INTERFACE_DISPLAY_H +#ifndef STAGE_INTERFACE_DISPLAY_H +#define STAGE_INTERFACE_DISPLAY_H #include "include/display-handles.h" diff --git a/src/include/dummy-player-facade.h b/src/include/dummy-player-facade.h index 1755b294e..3f6ceb807 100644 --- a/src/include/dummy-player-facade.h +++ b/src/include/dummy-player-facade.h @@ -26,8 +26,8 @@ */ -#ifndef PROC_INTERFACE_DUMMYPLAYER_H -#define PROC_INTERFACE_DUMMYPLAYER_H +#ifndef STEAM_INTERFACE_DUMMYPLAYER_H +#define STEAM_INTERFACE_DUMMYPLAYER_H #include "include/display-facade.h" #include "include/display-handles.h" diff --git a/src/include/gui-notification-facade.h b/src/include/gui-notification-facade.h index f51feac20..01a540c30 100644 --- a/src/include/gui-notification-facade.h +++ b/src/include/gui-notification-facade.h @@ -36,8 +36,8 @@ */ -#ifndef GUI_GUI_NOTIFICATION_H -#define GUI_GUI_NOTIFICATION_H +#ifndef STAGE_GUI_NOTIFICATION_H +#define STAGE_GUI_NOTIFICATION_H @@ -148,4 +148,4 @@ LUMIERA_INTERFACE_DECLARE (lumieraorg_GuiNotification, 0, #ifdef __cplusplus }// extern "C" #endif -#endif /*GUI_GUI_NOTIFICATION_H*/ +#endif /*STAGE_GUI_NOTIFICATION_H*/ diff --git a/src/include/play-facade.hpp b/src/include/play-facade.hpp index c8c98a597..09925c289 100644 --- a/src/include/play-facade.hpp +++ b/src/include/play-facade.hpp @@ -31,8 +31,8 @@ */ -#ifndef PROC_INTERFACE_PLAY_H -#define PROC_INTERFACE_PLAY_H +#ifndef STEAM_INTERFACE_PLAY_H +#define STEAM_INTERFACE_PLAY_H @@ -155,4 +155,4 @@ namespace lumiera { } // namespace lumiera -#endif /*PROC_INTERFACE_PLAY_H*/ +#endif /*STEAM_INTERFACE_PLAY_H*/ diff --git a/src/include/session-command-facade.h b/src/include/session-command-facade.h index 8614cf42e..282b3378e 100644 --- a/src/include/session-command-facade.h +++ b/src/include/session-command-facade.h @@ -44,8 +44,8 @@ */ -#ifndef PROC_CONTROL_SESSION_COMMAND_H -#define PROC_CONTROL_SESSION_COMMAND_H +#ifndef STEAM_CONTROL_SESSION_COMMAND_H +#define STEAM_CONTROL_SESSION_COMMAND_H @@ -135,4 +135,4 @@ LUMIERA_INTERFACE_DECLARE (lumieraorg_SessionCommand, 0, #ifdef __cplusplus }// extern "C" #endif -#endif /*PROC_CONTROL_SESSION_COMMAND_H*/ +#endif /*STEAM_CONTROL_SESSION_COMMAND_H*/ diff --git a/src/include/ui-protocol.hpp b/src/include/ui-protocol.hpp index eb6b7c3b8..0bf92b497 100644 --- a/src/include/ui-protocol.hpp +++ b/src/include/ui-protocol.hpp @@ -47,8 +47,8 @@ */ -#ifndef GUI_INTERFACE_UI_PROTOCOL_H -#define GUI_INTERFACE_UI_PROTOCOL_H +#ifndef STAGE_INTERFACE_UI_PROTOCOL_H +#define STAGE_INTERFACE_UI_PROTOCOL_H #include "lib/error.hpp" @@ -97,4 +97,4 @@ namespace gui { }// namespace gui -#endif /*GUI_INTERFACE_UI_PROTOCOL_H*/ +#endif /*STAGE_INTERFACE_UI_PROTOCOL_H*/ diff --git a/src/stage/config-keys.hpp b/src/stage/config-keys.hpp index 13443bb56..fd7cd7b04 100644 --- a/src/stage/config-keys.hpp +++ b/src/stage/config-keys.hpp @@ -42,8 +42,8 @@ ** */ -#ifndef GUI_CONFIG_KEYS_H -#define GUI_CONFIG_KEYS_H +#ifndef STAGE_CONFIG_KEYS_H +#define STAGE_CONFIG_KEYS_H #include "lib/symbol.hpp" @@ -68,4 +68,4 @@ namespace gui { }// namespace gui -#endif /*GUI_CONFIG_KEYS_H*/ +#endif /*STAGE_CONFIG_KEYS_H*/ diff --git a/src/stage/ctrl/actions.hpp b/src/stage/ctrl/actions.hpp index 04fab2c29..69df2257e 100644 --- a/src/stage/ctrl/actions.hpp +++ b/src/stage/ctrl/actions.hpp @@ -38,8 +38,8 @@ */ -#ifndef GUI_CTRL_ACTIONS_H -#define GUI_CTRL_ACTIONS_H +#ifndef STAGE_CTRL_ACTIONS_H +#define STAGE_CTRL_ACTIONS_H #include "stage/gtk-base.hpp" #include "stage/ctrl/global-ctx.hpp" @@ -375,4 +375,4 @@ namespace ctrl { }}// namespace gui::ctrl -#endif /*GUI_CTRL_ACTIONS_H*/ +#endif /*STAGE_CTRL_ACTIONS_H*/ diff --git a/src/stage/ctrl/bus-term.hpp b/src/stage/ctrl/bus-term.hpp index 32fcbd00d..889109ab8 100644 --- a/src/stage/ctrl/bus-term.hpp +++ b/src/stage/ctrl/bus-term.hpp @@ -55,8 +55,8 @@ */ -#ifndef GUI_CTRL_BUS_TERM_H -#define GUI_CTRL_BUS_TERM_H +#ifndef STAGE_CTRL_BUS_TERM_H +#define STAGE_CTRL_BUS_TERM_H #include "lib/error.hpp" @@ -178,4 +178,4 @@ namespace ctrl{ }} // namespace gui::ctrl -#endif /*GUI_CTRL_BUS_TERM_H*/ +#endif /*STAGE_CTRL_BUS_TERM_H*/ diff --git a/src/stage/ctrl/core-service.hpp b/src/stage/ctrl/core-service.hpp index c9b0ce357..e9e0a3418 100644 --- a/src/stage/ctrl/core-service.hpp +++ b/src/stage/ctrl/core-service.hpp @@ -81,8 +81,8 @@ */ -#ifndef GUI_CTRL_CORE_SERVICE_H -#define GUI_CTRL_CORE_SERVICE_H +#ifndef STAGE_CTRL_CORE_SERVICE_H +#define STAGE_CTRL_CORE_SERVICE_H #include "lib/error.hpp" @@ -157,4 +157,4 @@ namespace ctrl{ }} // namespace gui::ctrl -#endif /*GUI_CTRL_CORE_SERVICE_H*/ +#endif /*STAGE_CTRL_CORE_SERVICE_H*/ diff --git a/src/stage/ctrl/facade.hpp b/src/stage/ctrl/facade.hpp index 7274cbb8c..1f32d1067 100644 --- a/src/stage/ctrl/facade.hpp +++ b/src/stage/ctrl/facade.hpp @@ -39,8 +39,8 @@ */ -#ifndef GUI_CTRL_FACADE_H -#define GUI_CTRL_FACADE_H +#ifndef STAGE_CTRL_FACADE_H +#define STAGE_CTRL_FACADE_H #include "stage/notification-service.hpp" #include "stage/display-service.hpp" @@ -87,4 +87,4 @@ namespace ctrl { }}// namespace gui::ctrl -#endif /*GUI_CTRL_FACADE_H*/ +#endif /*STAGE_CTRL_FACADE_H*/ diff --git a/src/stage/ctrl/global-ctx.hpp b/src/stage/ctrl/global-ctx.hpp index 8b375a48f..fdfd30d02 100644 --- a/src/stage/ctrl/global-ctx.hpp +++ b/src/stage/ctrl/global-ctx.hpp @@ -50,8 +50,8 @@ */ -#ifndef GUI_CTRL_GLOBAL_CTX_H -#define GUI_CTRL_GLOBAL_CTX_H +#ifndef STAGE_CTRL_GLOBAL_CTX_H +#define STAGE_CTRL_GLOBAL_CTX_H #include "stage/gtk-base.hpp" #include "stage/ui-bus.hpp" @@ -107,4 +107,4 @@ namespace ctrl { }}// namespace gui::ctrl -#endif /*GUI_CTRL_GLOBAL_CTX_H*/ +#endif /*STAGE_CTRL_GLOBAL_CTX_H*/ diff --git a/src/stage/ctrl/nexus.hpp b/src/stage/ctrl/nexus.hpp index 184d1cfdd..cc9fca175 100644 --- a/src/stage/ctrl/nexus.hpp +++ b/src/stage/ctrl/nexus.hpp @@ -36,8 +36,8 @@ */ -#ifndef GUI_CTRL_NEXUS_H -#define GUI_CTRL_NEXUS_H +#ifndef STAGE_CTRL_NEXUS_H +#define STAGE_CTRL_NEXUS_H #include "lib/error.hpp" @@ -193,4 +193,4 @@ namespace ctrl{ }} // namespace gui::ctrl -#endif /*GUI_CTRL_NEXUS_H*/ +#endif /*STAGE_CTRL_NEXUS_H*/ diff --git a/src/stage/ctrl/notification-hub.hpp b/src/stage/ctrl/notification-hub.hpp index 973b637da..ad1d08098 100644 --- a/src/stage/ctrl/notification-hub.hpp +++ b/src/stage/ctrl/notification-hub.hpp @@ -59,8 +59,8 @@ */ -#ifndef GUI_CTRL_NOTIFICATION_HUB_H -#define GUI_CTRL_NOTIFICATION_HUB_H +#ifndef STAGE_CTRL_NOTIFICATION_HUB_H +#define STAGE_CTRL_NOTIFICATION_HUB_H #include "stage/widget/error-log-display.hpp" #include "lib/diff/tree-mutator.hpp" @@ -205,4 +205,4 @@ namespace ctrl { }}// namespace gui::ctrl -#endif /*GUI_CTRL_NOTIFICATION_HUB_H*/ +#endif /*STAGE_CTRL_NOTIFICATION_HUB_H*/ diff --git a/src/stage/ctrl/panel-locator.hpp b/src/stage/ctrl/panel-locator.hpp index 5002330b4..00a7d89b9 100644 --- a/src/stage/ctrl/panel-locator.hpp +++ b/src/stage/ctrl/panel-locator.hpp @@ -46,8 +46,8 @@ */ -#ifndef GUI_CTRL_PANEL_LOCATOR_H -#define GUI_CTRL_PANEL_LOCATOR_H +#ifndef STAGE_CTRL_PANEL_LOCATOR_H +#define STAGE_CTRL_PANEL_LOCATOR_H #include "stage/gtk-base.hpp" #include "stage/workspace/panel-manager.hpp" @@ -134,4 +134,4 @@ namespace ctrl { }}// namespace gui::ctrl -#endif /*GUI_CTRL_PANEL_LOCATOR_H*/ +#endif /*STAGE_CTRL_PANEL_LOCATOR_H*/ diff --git a/src/stage/ctrl/state-manager.hpp b/src/stage/ctrl/state-manager.hpp index 7f2546a58..527226f02 100644 --- a/src/stage/ctrl/state-manager.hpp +++ b/src/stage/ctrl/state-manager.hpp @@ -49,8 +49,8 @@ */ -#ifndef GUI_CTRL_STATE_MANAGER_H -#define GUI_CTRL_STATE_MANAGER_H +#ifndef STAGE_CTRL_STATE_MANAGER_H +#define STAGE_CTRL_STATE_MANAGER_H #include "lib/idi/entry-id.hpp" @@ -110,4 +110,4 @@ namespace ctrl { }} // namespace gui::ctrl -#endif /*GUI_CTRL_STATE_MANAGER_H*/ +#endif /*STAGE_CTRL_STATE_MANAGER_H*/ diff --git a/src/stage/ctrl/state-map-grouping-storage.hpp b/src/stage/ctrl/state-map-grouping-storage.hpp index 31025ae74..ee0431a67 100644 --- a/src/stage/ctrl/state-map-grouping-storage.hpp +++ b/src/stage/ctrl/state-map-grouping-storage.hpp @@ -33,8 +33,8 @@ */ -#ifndef GUI_CTRL_STATE_MAP_GROUPING_STORAGE_H -#define GUI_CTRL_STATE_MAP_GROUPING_STORAGE_H +#ifndef STAGE_CTRL_STATE_MAP_GROUPING_STORAGE_H +#define STAGE_CTRL_STATE_MAP_GROUPING_STORAGE_H #include "lib/error.hpp" @@ -223,4 +223,4 @@ namespace ctrl { }} // namespace gui::ctrl -#endif /*GUI_CTRL_STATE_MAP_GROUPING_STORAGE_H*/ +#endif /*STAGE_CTRL_STATE_MAP_GROUPING_STORAGE_H*/ diff --git a/src/stage/ctrl/state-recorder.hpp b/src/stage/ctrl/state-recorder.hpp index 5f7fa5c85..04207eaf6 100644 --- a/src/stage/ctrl/state-recorder.hpp +++ b/src/stage/ctrl/state-recorder.hpp @@ -49,8 +49,8 @@ */ -#ifndef GUI_CTRL_STATE_RECORDER_H -#define GUI_CTRL_STATE_RECORDER_H +#ifndef STAGE_CTRL_STATE_RECORDER_H +#define STAGE_CTRL_STATE_RECORDER_H #include "lib/error.hpp" @@ -208,4 +208,4 @@ namespace ctrl { }} // namespace gui::ctrl -#endif /*GUI_CTRL_STATE_RECORDER_H*/ +#endif /*STAGE_CTRL_STATE_RECORDER_H*/ diff --git a/src/stage/ctrl/ui-dispatcher.hpp b/src/stage/ctrl/ui-dispatcher.hpp index 77288326e..318edd2db 100644 --- a/src/stage/ctrl/ui-dispatcher.hpp +++ b/src/stage/ctrl/ui-dispatcher.hpp @@ -72,8 +72,8 @@ */ -#ifndef GUI_CTRL_UI_DISPATCHER_H -#define GUI_CTRL_UI_DISPATCHER_H +#ifndef STAGE_CTRL_UI_DISPATCHER_H +#define STAGE_CTRL_UI_DISPATCHER_H #include "stage/gtk-base.hpp" #include "lib/call-queue.hpp" @@ -155,4 +155,4 @@ namespace ctrl { }}// namespace gui::ctrl -#endif /*GUI_CTRL_UI_DISPATCHER_H*/ +#endif /*STAGE_CTRL_UI_DISPATCHER_H*/ diff --git a/src/stage/ctrl/ui-manager.hpp b/src/stage/ctrl/ui-manager.hpp index eb1ecbdab..f1d1d68ff 100644 --- a/src/stage/ctrl/ui-manager.hpp +++ b/src/stage/ctrl/ui-manager.hpp @@ -44,8 +44,8 @@ */ -#ifndef GUI_CTRL_UI_MANAGER_H -#define GUI_CTRL_UI_MANAGER_H +#ifndef STAGE_CTRL_UI_MANAGER_H +#define STAGE_CTRL_UI_MANAGER_H #include "stage/gtk-base.hpp" #include "lib/nocopy.hpp" @@ -153,4 +153,4 @@ namespace ctrl { }}// namespace gui::ctrl -#endif /*GUI_CTRL_UI_MANAGER_H*/ +#endif /*STAGE_CTRL_UI_MANAGER_H*/ diff --git a/src/stage/ctrl/ui-state.hpp b/src/stage/ctrl/ui-state.hpp index 8109dad21..3b679d5f2 100644 --- a/src/stage/ctrl/ui-state.hpp +++ b/src/stage/ctrl/ui-state.hpp @@ -51,8 +51,8 @@ */ -#ifndef GUI__H -#define GUI__H +#ifndef STAGE__H +#define STAGE__H #include "stage/gtk-base.hpp" #include "lib/nocopy.hpp" @@ -98,4 +98,4 @@ namespace ctrl { }}// namespace gui::workspace -#endif /*GUI_CTRL_UI_MANAGER_H*/ +#endif /*STAGE_CTRL_UI_MANAGER_H*/ diff --git a/src/stage/ctrl/window-locator.hpp b/src/stage/ctrl/window-locator.hpp index ef1cf1b3b..fb1497920 100644 --- a/src/stage/ctrl/window-locator.hpp +++ b/src/stage/ctrl/window-locator.hpp @@ -32,8 +32,8 @@ */ -#ifndef GUI_CTRL_WINDOW_LOCATOR_H -#define GUI_CTRL_WINDOW_LOCATOR_H +#ifndef STAGE_CTRL_WINDOW_LOCATOR_H +#define STAGE_CTRL_WINDOW_LOCATOR_H #include "stage/gtk-base.hpp" #include "stage/ctrl/panel-locator.hpp" @@ -124,4 +124,4 @@ namespace ctrl { }}// namespace gui::ctrl -#endif /*GUI_CTRL_WINDOW_LOCATOR_H*/ +#endif /*STAGE_CTRL_WINDOW_LOCATOR_H*/ diff --git a/src/stage/dialog/dialog.hpp b/src/stage/dialog/dialog.hpp index 4137c167d..6ca3d17f9 100644 --- a/src/stage/dialog/dialog.hpp +++ b/src/stage/dialog/dialog.hpp @@ -26,8 +26,8 @@ */ -#ifndef GUI_DIALOG_DIALOG_H -#define GUI_DIALOG_DIALOG_H +#ifndef STAGE_DIALOG_DIALOG_H +#define STAGE_DIALOG_DIALOG_H namespace gui { namespace dialog { @@ -44,4 +44,4 @@ namespace dialog { }} // namespace gui::dialog -#endif /*GUI_DIALOG_DIALOG_H*/ +#endif /*STAGE_DIALOG_DIALOG_H*/ diff --git a/src/stage/dialog/name-chooser.hpp b/src/stage/dialog/name-chooser.hpp index a3136b7cc..6f9f713a0 100644 --- a/src/stage/dialog/name-chooser.hpp +++ b/src/stage/dialog/name-chooser.hpp @@ -26,8 +26,8 @@ */ -#ifndef GUI_DIALOG_NAME_CHOOSER_H -#define GUI_DIALOG_NAME_CHOOSER_H +#ifndef STAGE_DIALOG_NAME_CHOOSER_H +#define STAGE_DIALOG_NAME_CHOOSER_H #include "stage/gtk-base.hpp" @@ -70,4 +70,4 @@ namespace dialog { }} // namespace gui::dialog -#endif /*GUI_DIALOG_NAME_CHOOSER_H*/ +#endif /*STAGE_DIALOG_NAME_CHOOSER_H*/ diff --git a/src/stage/dialog/preferences-dialog.hpp b/src/stage/dialog/preferences-dialog.hpp index 08fb1a34f..f3ff39a44 100644 --- a/src/stage/dialog/preferences-dialog.hpp +++ b/src/stage/dialog/preferences-dialog.hpp @@ -29,8 +29,8 @@ */ -#ifndef GUI_DIALOG_PREFERENCES_DIALOG_H -#define GUI_DIALOG_PREFERENCES_DIALOG_H +#ifndef STAGE_DIALOG_PREFERENCES_DIALOG_H +#define STAGE_DIALOG_PREFERENCES_DIALOG_H #include "stage/gtk-base.hpp" @@ -80,4 +80,4 @@ namespace dialog { }} // namespace gui::dialog -#endif /*GUI_DIALOG_PREFERENCES_DIALOG_H*/ +#endif /*STAGE_DIALOG_PREFERENCES_DIALOG_H*/ diff --git a/src/stage/dialog/render.hpp b/src/stage/dialog/render.hpp index bc93dbf8f..101038562 100644 --- a/src/stage/dialog/render.hpp +++ b/src/stage/dialog/render.hpp @@ -26,8 +26,8 @@ */ -#ifndef GUI_DIALOG_RENDER_H -#define GUI_DIALOG_RENDER_H +#ifndef STAGE_DIALOG_RENDER_H +#define STAGE_DIALOG_RENDER_H #include "stage/gtk-base.hpp" @@ -67,4 +67,4 @@ namespace dialog { }} // namespace gui::dialog -#endif /*GUI_DIALOG_RENDER_H*/ +#endif /*STAGE_DIALOG_RENDER_H*/ diff --git a/src/stage/dialog/test-control.hpp b/src/stage/dialog/test-control.hpp index 64f56adc6..37b500e1d 100644 --- a/src/stage/dialog/test-control.hpp +++ b/src/stage/dialog/test-control.hpp @@ -35,8 +35,8 @@ */ -#ifndef GUI_DIALOG_TEST_CONTROL_H -#define GUI_DIALOG_TEST_CONTROL_H +#ifndef STAGE_DIALOG_TEST_CONTROL_H +#define STAGE_DIALOG_TEST_CONTROL_H #include "stage/gtk-base.hpp" @@ -359,4 +359,4 @@ namespace dialog { }} // namespace gui::dialog -#endif /*GUI_DIALOG_TEST_CONTROL_H*/ +#endif /*STAGE_DIALOG_TEST_CONTROL_H*/ diff --git a/src/stage/display-service.hpp b/src/stage/display-service.hpp index c0e168930..a1efaecaa 100644 --- a/src/stage/display-service.hpp +++ b/src/stage/display-service.hpp @@ -46,8 +46,8 @@ */ -#ifndef GUI_DISPLAY_SERVICE_H -#define GUI_DISPLAY_SERVICE_H +#ifndef STAGE_DISPLAY_SERVICE_H +#define STAGE_DISPLAY_SERVICE_H #include "include/display-facade.h" diff --git a/src/stage/draw/cairo-util.hpp b/src/stage/draw/cairo-util.hpp index a3e0ff935..40aed4421 100644 --- a/src/stage/draw/cairo-util.hpp +++ b/src/stage/draw/cairo-util.hpp @@ -28,8 +28,8 @@ #include -#ifndef GUI_DRAW_CAIRO_H -#define GUI_DRAW_CAIRO_H +#ifndef STAGE_DRAW_CAIRO_H +#define STAGE_DRAW_CAIRO_H using Cairo::RefPtr; using Cairo::SolidPattern; @@ -79,4 +79,4 @@ namespace draw { }}// namespace gui::draw -#endif /*GUI_DRAW_CAIRO_H*/ +#endif /*STAGE_DRAW_CAIRO_H*/ diff --git a/src/stage/draw/rectangle.hpp b/src/stage/draw/rectangle.hpp index 6aafcd83a..8cbf9ab9a 100644 --- a/src/stage/draw/rectangle.hpp +++ b/src/stage/draw/rectangle.hpp @@ -26,8 +26,8 @@ */ -#ifndef GUI_DRAW_RECTANGLE_H -#define GUI_DRAW_RECTANGLE_H +#ifndef STAGE_DRAW_RECTANGLE_H +#define STAGE_DRAW_RECTANGLE_H #include "stage/gtk-base.hpp" @@ -43,4 +43,4 @@ namespace draw { }}// namespace gui::draw -#endif /*GUI_DRAW_RECTANGLE_H*/ +#endif /*STAGE_DRAW_RECTANGLE_H*/ diff --git a/src/stage/gtk-base.hpp b/src/stage/gtk-base.hpp index 61bcac57a..0f0fe2653 100644 --- a/src/stage/gtk-base.hpp +++ b/src/stage/gtk-base.hpp @@ -54,8 +54,8 @@ */ -#ifndef GUI_GTK_BASE_H -#define GUI_GTK_BASE_H +#ifndef STAGE_GTK_BASE_H +#define STAGE_GTK_BASE_H //--------------------tricky special Include sequence #include "lib/hash-standard.hpp" @@ -159,4 +159,4 @@ namespace gui { }// namespace gui -#endif /*GUI_GTK_BASE_H*/ +#endif /*STAGE_GTK_BASE_H*/ diff --git a/src/stage/guifacade.hpp b/src/stage/guifacade.hpp index 67958a343..35a33c0df 100644 --- a/src/stage/guifacade.hpp +++ b/src/stage/guifacade.hpp @@ -34,8 +34,8 @@ */ -#ifndef GUI_FACADE_H -#define GUI_FACADE_H +#ifndef STAGE_FACADE_H +#define STAGE_FACADE_H #include "common/subsys.hpp" diff --git a/src/stage/id-scheme.hpp b/src/stage/id-scheme.hpp index 4c69f7362..3235fabf9 100644 --- a/src/stage/id-scheme.hpp +++ b/src/stage/id-scheme.hpp @@ -50,8 +50,8 @@ ** */ -#ifndef GUI_ID_SCHEME_H -#define GUI_ID_SCHEME_H +#ifndef STAGE_ID_SCHEME_H +#define STAGE_ID_SCHEME_H #include "lib/symbol.hpp" @@ -168,4 +168,4 @@ locate = currentWindow().panel(infobox) }//namespace gui::idi } // namespace gui -#endif /*GUI_ID_SCHEME_H*/ +#endif /*STAGE_ID_SCHEME_H*/ diff --git a/src/stage/interact/cmd-context.hpp b/src/stage/interact/cmd-context.hpp index 9662bf5de..1f4c560ad 100644 --- a/src/stage/interact/cmd-context.hpp +++ b/src/stage/interact/cmd-context.hpp @@ -50,8 +50,8 @@ */ -#ifndef GUI_INTERACT_CMD_CONTEXT_H -#define GUI_INTERACT_CMD_CONTEXT_H +#ifndef STAGE_INTERACT_CMD_CONTEXT_H +#define STAGE_INTERACT_CMD_CONTEXT_H #include "lib/error.hpp" @@ -138,4 +138,4 @@ namespace interact { }} // namespace gui::interact -#endif /*GUI_INTERACT_CMD_CONTEXT_H*/ +#endif /*STAGE_INTERACT_CMD_CONTEXT_H*/ diff --git a/src/stage/interact/elem-access-dir.hpp b/src/stage/interact/elem-access-dir.hpp index 3f38c6fc5..e137c1b57 100644 --- a/src/stage/interact/elem-access-dir.hpp +++ b/src/stage/interact/elem-access-dir.hpp @@ -38,8 +38,8 @@ */ -#ifndef GUI_CTRL_ELEM_ACCESS_DIR_H -#define GUI_CTRL_ELEM_ACCESS_DIR_H +#ifndef STAGE_CTRL_ELEM_ACCESS_DIR_H +#define STAGE_CTRL_ELEM_ACCESS_DIR_H #include "lib/error.hpp" @@ -111,4 +111,4 @@ namespace ctrl{ }} // namespace gui::ctrl -#endif /*GUI_CTRL_ELEM_ACCESS_DIR_H*/ +#endif /*STAGE_CTRL_ELEM_ACCESS_DIR_H*/ diff --git a/src/stage/interact/focus-tracker.hpp b/src/stage/interact/focus-tracker.hpp index 52a542c52..91410320f 100644 --- a/src/stage/interact/focus-tracker.hpp +++ b/src/stage/interact/focus-tracker.hpp @@ -51,8 +51,8 @@ */ -#ifndef GUI_INTERACT_FOCUS_TRACKER_H -#define GUI_INTERACT_FOCUS_TRACKER_H +#ifndef STAGE_INTERACT_FOCUS_TRACKER_H +#define STAGE_INTERACT_FOCUS_TRACKER_H #include "stage/gtk-base.hpp" #include "lib/nocopy.hpp" @@ -96,4 +96,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_FOCUS_TRACKER_H*/ +#endif /*STAGE_INTERACT_FOCUS_TRACKER_H*/ diff --git a/src/stage/interact/interaction-director.hpp b/src/stage/interact/interaction-director.hpp index df493fdba..b21a27b5f 100644 --- a/src/stage/interact/interaction-director.hpp +++ b/src/stage/interact/interaction-director.hpp @@ -50,8 +50,8 @@ */ -#ifndef GUI_INTERACT_INTERACTION_DIRECTOR_H -#define GUI_INTERACT_INTERACTION_DIRECTOR_H +#ifndef STAGE_INTERACT_INTERACTION_DIRECTOR_H +#define STAGE_INTERACT_INTERACTION_DIRECTOR_H #include "stage/model/controller.hpp" #include "stage/timeline/timeline-gui.hpp" @@ -160,4 +160,4 @@ namespace interact { }}// namespace gui::workspace -#endif /*GUI_INTERACT_INTERACTION_DIRECTOR_H*/ +#endif /*STAGE_INTERACT_INTERACTION_DIRECTOR_H*/ diff --git a/src/stage/interact/interaction-state.hpp b/src/stage/interact/interaction-state.hpp index b45004c97..959df71ca 100644 --- a/src/stage/interact/interaction-state.hpp +++ b/src/stage/interact/interaction-state.hpp @@ -34,8 +34,8 @@ */ -#ifndef GUI_INTERACT_INTERACTION_STATE_H -#define GUI_INTERACT_INTERACTION_STATE_H +#ifndef STAGE_INTERACT_INTERACTION_STATE_H +#define STAGE_INTERACT_INTERACTION_STATE_H #include "lib/error.hpp" @@ -74,4 +74,4 @@ namespace interact { }} // namespace gui::interact -#endif /*GUI_INTERACT_INTERACTION_STATE_H*/ +#endif /*STAGE_INTERACT_INTERACTION_STATE_H*/ diff --git a/src/stage/interact/navigator.hpp b/src/stage/interact/navigator.hpp index c9bce98e6..3d6774859 100644 --- a/src/stage/interact/navigator.hpp +++ b/src/stage/interact/navigator.hpp @@ -35,8 +35,8 @@ */ -#ifndef GUI_INTERACT_NAVIGATOR_H -#define GUI_INTERACT_NAVIGATOR_H +#ifndef STAGE_INTERACT_NAVIGATOR_H +#define STAGE_INTERACT_NAVIGATOR_H #include "stage/gtk-base.hpp" #include "stage/interact/ui-coord-resolver.hpp" @@ -87,4 +87,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_NAVIGATOR_H*/ +#endif /*STAGE_INTERACT_NAVIGATOR_H*/ diff --git a/src/stage/interact/spot-locator.hpp b/src/stage/interact/spot-locator.hpp index f827ede38..870dd77e0 100644 --- a/src/stage/interact/spot-locator.hpp +++ b/src/stage/interact/spot-locator.hpp @@ -36,8 +36,8 @@ */ -#ifndef GUI_INTERACT_SPOT_LOCATOR_H -#define GUI_INTERACT_SPOT_LOCATOR_H +#ifndef STAGE_INTERACT_SPOT_LOCATOR_H +#define STAGE_INTERACT_SPOT_LOCATOR_H #include "stage/gtk-base.hpp" #include "lib/nocopy.hpp" @@ -76,4 +76,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_SPOT_LOCATOR_H*/ +#endif /*STAGE_INTERACT_SPOT_LOCATOR_H*/ diff --git a/src/stage/interact/ui-coord-resolver.hpp b/src/stage/interact/ui-coord-resolver.hpp index 41e74d592..8356a2e13 100644 --- a/src/stage/interact/ui-coord-resolver.hpp +++ b/src/stage/interact/ui-coord-resolver.hpp @@ -112,8 +112,8 @@ */ -#ifndef GUI_INTERACT_UI_COORD_RESOLVER_H -#define GUI_INTERACT_UI_COORD_RESOLVER_H +#ifndef STAGE_INTERACT_UI_COORD_RESOLVER_H +#define STAGE_INTERACT_UI_COORD_RESOLVER_H #include "lib/error.hpp" #include "lib/symbol.hpp" @@ -598,4 +598,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_UI_COORD_RESOLVER_H*/ +#endif /*STAGE_INTERACT_UI_COORD_RESOLVER_H*/ diff --git a/src/stage/interact/ui-coord.hpp b/src/stage/interact/ui-coord.hpp index 066cb4c0d..232e8de51 100644 --- a/src/stage/interact/ui-coord.hpp +++ b/src/stage/interact/ui-coord.hpp @@ -79,8 +79,8 @@ */ -#ifndef GUI_INTERACT_UI_COORD_H -#define GUI_INTERACT_UI_COORD_H +#ifndef STAGE_INTERACT_UI_COORD_H +#define STAGE_INTERACT_UI_COORD_H #include "lib/error.hpp" #include "lib/symbol.hpp" @@ -768,4 +768,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_UI_COORD_H*/ +#endif /*STAGE_INTERACT_UI_COORD_H*/ diff --git a/src/stage/interact/ui-location-solver.hpp b/src/stage/interact/ui-location-solver.hpp index 46ce89051..10087bedc 100644 --- a/src/stage/interact/ui-location-solver.hpp +++ b/src/stage/interact/ui-location-solver.hpp @@ -65,8 +65,8 @@ */ -#ifndef GUI_INTERACT_UI_LOCATION_SOLVER_H -#define GUI_INTERACT_UI_LOCATION_SOLVER_H +#ifndef STAGE_INTERACT_UI_LOCATION_SOLVER_H +#define STAGE_INTERACT_UI_LOCATION_SOLVER_H #include "lib/error.hpp" #include "lib/symbol.hpp" @@ -324,4 +324,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_UI_LOCATION_SOLVER_H*/ +#endif /*STAGE_INTERACT_UI_LOCATION_SOLVER_H*/ diff --git a/src/stage/interact/view-locator.hpp b/src/stage/interact/view-locator.hpp index 4b0d66cd5..cfbed10a6 100644 --- a/src/stage/interact/view-locator.hpp +++ b/src/stage/interact/view-locator.hpp @@ -61,8 +61,8 @@ */ -#ifndef GUI_INTERACT_VIEW_LOCATOR_H -#define GUI_INTERACT_VIEW_LOCATOR_H +#ifndef STAGE_INTERACT_VIEW_LOCATOR_H +#define STAGE_INTERACT_VIEW_LOCATOR_H #include "lib/depend-inject.hpp" #include "stage/id-scheme.hpp" @@ -138,4 +138,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_VIEW_LOCATOR_H*/ +#endif /*STAGE_INTERACT_VIEW_LOCATOR_H*/ diff --git a/src/stage/interact/view-spec-dsl.hpp b/src/stage/interact/view-spec-dsl.hpp index df468d081..06bdf61f1 100644 --- a/src/stage/interact/view-spec-dsl.hpp +++ b/src/stage/interact/view-spec-dsl.hpp @@ -94,8 +94,8 @@ */ -#ifndef GUI_INTERACT_VIEW_SPEC_DSL_H -#define GUI_INTERACT_VIEW_SPEC_DSL_H +#ifndef STAGE_INTERACT_VIEW_SPEC_DSL_H +#define STAGE_INTERACT_VIEW_SPEC_DSL_H #include "lib/error.hpp" #include "lib/symbol.hpp" @@ -288,4 +288,4 @@ namespace idi { }}// namespace gui::idi -#endif /*GUI_INTERACT_VIEW_SPEC_DSL_H*/ +#endif /*STAGE_INTERACT_VIEW_SPEC_DSL_H*/ diff --git a/src/stage/interact/wizard.hpp b/src/stage/interact/wizard.hpp index 525ef30b7..d9c7bbb48 100644 --- a/src/stage/interact/wizard.hpp +++ b/src/stage/interact/wizard.hpp @@ -39,8 +39,8 @@ */ -#ifndef GUI_INTERACT_WIZARD_H -#define GUI_INTERACT_WIZARD_H +#ifndef STAGE_INTERACT_WIZARD_H +#define STAGE_INTERACT_WIZARD_H #include "lib/nocopy.hpp" #include "lib/idi/entry-id.hpp" @@ -104,4 +104,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_WIZARD_H*/ +#endif /*STAGE_INTERACT_WIZARD_H*/ diff --git a/src/stage/interact/work-site-trail.hpp b/src/stage/interact/work-site-trail.hpp index ce915a071..0be7ad42c 100644 --- a/src/stage/interact/work-site-trail.hpp +++ b/src/stage/interact/work-site-trail.hpp @@ -37,8 +37,8 @@ */ -#ifndef GUI_INTERACT_WORK_SITE_TRAIL_H -#define GUI_INTERACT_WORK_SITE_TRAIL_H +#ifndef STAGE_INTERACT_WORK_SITE_TRAIL_H +#define STAGE_INTERACT_WORK_SITE_TRAIL_H #include "stage/gtk-base.hpp" #include "lib/nocopy.hpp" @@ -77,4 +77,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_WORK_SITE_H*/ +#endif /*STAGE_INTERACT_WORK_SITE_H*/ diff --git a/src/stage/interact/work-site.hpp b/src/stage/interact/work-site.hpp index 0b168951c..38603e0db 100644 --- a/src/stage/interact/work-site.hpp +++ b/src/stage/interact/work-site.hpp @@ -42,8 +42,8 @@ */ -#ifndef GUI_INTERACT_WORK_SITE_H -#define GUI_INTERACT_WORK_SITE_H +#ifndef STAGE_INTERACT_WORK_SITE_H +#define STAGE_INTERACT_WORK_SITE_H #include "stage/gtk-base.hpp" #include "lib/nocopy.hpp" @@ -84,4 +84,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_WORK_SITE_H*/ +#endif /*STAGE_INTERACT_WORK_SITE_H*/ diff --git a/src/stage/model/clip.hpp b/src/stage/model/clip.hpp index 028cbb421..145618cda 100644 --- a/src/stage/model/clip.hpp +++ b/src/stage/model/clip.hpp @@ -27,8 +27,8 @@ ** and will be replaced in entirety by UI-Bus and diff framework. */ -#ifndef GUI_MODEL_CLIP_H -#define GUI_MODEL_CLIP_H +#ifndef STAGE_MODEL_CLIP_H +#define STAGE_MODEL_CLIP_H #include "stage/gtk-base.hpp" #include "lib/time/timevalue.hpp" diff --git a/src/stage/model/controller.hpp b/src/stage/model/controller.hpp index 7290ce53d..272a282b4 100644 --- a/src/stage/model/controller.hpp +++ b/src/stage/model/controller.hpp @@ -35,8 +35,8 @@ */ -#ifndef GUI_MODEL_CONTROLLER_H -#define GUI_MODEL_CONTROLLER_H +#ifndef STAGE_MODEL_CONTROLLER_H +#define STAGE_MODEL_CONTROLLER_H #include "lib/error.hpp" @@ -121,4 +121,4 @@ namespace model { }} // namespace gui::model -#endif /*GUI_MODEL_CONTROLLER_H*/ +#endif /*STAGE_MODEL_CONTROLLER_H*/ diff --git a/src/stage/model/diagnostics.hpp b/src/stage/model/diagnostics.hpp index c2f359bc1..f13ef9c11 100644 --- a/src/stage/model/diagnostics.hpp +++ b/src/stage/model/diagnostics.hpp @@ -34,8 +34,8 @@ */ -#ifndef GUI_MODEL_DIAGNOSTICS_H -#define GUI_MODEL_DIAGNOSTICS_H +#ifndef STAGE_MODEL_DIAGNOSTICS_H +#define STAGE_MODEL_DIAGNOSTICS_H #include "lib/error.hpp" @@ -117,4 +117,4 @@ namespace model { }} // namespace gui::model -#endif /*GUI_MODEL_DIAGNOSTICS_H*/ +#endif /*STAGE_MODEL_DIAGNOSTICS_H*/ diff --git a/src/stage/model/element-access.hpp b/src/stage/model/element-access.hpp index 1b25f68e1..d09027063 100644 --- a/src/stage/model/element-access.hpp +++ b/src/stage/model/element-access.hpp @@ -48,8 +48,8 @@ */ -#ifndef GUI_MODEL_ELEMENT_ACCESS_H -#define GUI_MODEL_ELEMENT_ACCESS_H +#ifndef STAGE_MODEL_ELEMENT_ACCESS_H +#define STAGE_MODEL_ELEMENT_ACCESS_H #include "lib/error.hpp" @@ -199,4 +199,4 @@ namespace model { }} // namespace gui::model -#endif /*GUI_MODEL_ELEMENT_ACCESS_H*/ +#endif /*STAGE_MODEL_ELEMENT_ACCESS_H*/ diff --git a/src/stage/model/expander-revealer.hpp b/src/stage/model/expander-revealer.hpp index 6bbe689dc..523337051 100644 --- a/src/stage/model/expander-revealer.hpp +++ b/src/stage/model/expander-revealer.hpp @@ -59,8 +59,8 @@ */ -#ifndef GUI_MODEL_EXPANDER_REVEALER_H -#define GUI_MODEL_EXPANDER_REVEALER_H +#ifndef STAGE_MODEL_EXPANDER_REVEALER_H +#define STAGE_MODEL_EXPANDER_REVEALER_H #include "lib/error.hpp" @@ -186,4 +186,4 @@ namespace model { }} // namespace gui::model -#endif /*GUI_MODEL_EXPANDER_REVEALER_H*/ +#endif /*STAGE_MODEL_EXPANDER_REVEALER_H*/ diff --git a/src/stage/model/flash-deco.hpp b/src/stage/model/flash-deco.hpp index fbd836bc3..30c9fdb91 100644 --- a/src/stage/model/flash-deco.hpp +++ b/src/stage/model/flash-deco.hpp @@ -37,8 +37,8 @@ */ -#ifndef GUI_MODEL_FLASH_DECO_H -#define GUI_MODEL_FLASH_DECO_H +#ifndef STAGE_MODEL_FLASH_DECO_H +#define STAGE_MODEL_FLASH_DECO_H #include "stage/gtk-base.hpp" @@ -87,4 +87,4 @@ namespace model { }} // namespace gui::model -#endif /*GUI_MODEL_FLASH_DECO_H*/ +#endif /*STAGE_MODEL_FLASH_DECO_H*/ diff --git a/src/stage/model/tangible.hpp b/src/stage/model/tangible.hpp index 74e59c414..49aba5980 100644 --- a/src/stage/model/tangible.hpp +++ b/src/stage/model/tangible.hpp @@ -126,8 +126,8 @@ */ -#ifndef GUI_MODEL_TANGIBLE_H -#define GUI_MODEL_TANGIBLE_H +#ifndef STAGE_MODEL_TANGIBLE_H +#define STAGE_MODEL_TANGIBLE_H #include "lib/error.hpp" @@ -301,4 +301,4 @@ namespace model { }} // namespace gui::model -#endif /*GUI_MODEL_TANGIBLE_H*/ +#endif /*STAGE_MODEL_TANGIBLE_H*/ diff --git a/src/stage/model/w-link.hpp b/src/stage/model/w-link.hpp index a71e9b6f5..f8f770c88 100644 --- a/src/stage/model/w-link.hpp +++ b/src/stage/model/w-link.hpp @@ -54,8 +54,8 @@ */ -#ifndef GUI_MODEL_W_LINK_H -#define GUI_MODEL_W_LINK_H +#ifndef STAGE_MODEL_W_LINK_H +#define STAGE_MODEL_W_LINK_H #include "lib/error.hpp" @@ -241,4 +241,4 @@ namespace model { }} // namespace gui::model -#endif /*GUI_MODEL_W_LINK_H*/ +#endif /*STAGE_MODEL_W_LINK_H*/ diff --git a/src/stage/model/widget.hpp b/src/stage/model/widget.hpp index e7b3b2a89..199635c5e 100644 --- a/src/stage/model/widget.hpp +++ b/src/stage/model/widget.hpp @@ -32,8 +32,8 @@ */ -#ifndef GUI_MODEL_WIDGET_H -#define GUI_MODEL_WIDGET_H +#ifndef STAGE_MODEL_WIDGET_H +#define STAGE_MODEL_WIDGET_H #include "lib/error.hpp" @@ -112,4 +112,4 @@ namespace model { }} // namespace gui::model -#endif /*GUI_MODEL_WIDGET_H*/ +#endif /*STAGE_MODEL_WIDGET_H*/ diff --git a/src/stage/notification-service.hpp b/src/stage/notification-service.hpp index 8a909acbd..e1cdb0bef 100644 --- a/src/stage/notification-service.hpp +++ b/src/stage/notification-service.hpp @@ -36,8 +36,8 @@ */ -#ifndef GUI_NOTIFICATION_SERVICE_H -#define GUI_NOTIFICATION_SERVICE_H +#ifndef STAGE_NOTIFICATION_SERVICE_H +#define STAGE_NOTIFICATION_SERVICE_H #include "include/gui-notification-facade.h" diff --git a/src/stage/output/displayer.hpp b/src/stage/output/displayer.hpp index 6f02d395c..c36745f19 100644 --- a/src/stage/output/displayer.hpp +++ b/src/stage/output/displayer.hpp @@ -32,8 +32,8 @@ */ -#ifndef GUI_OUTPUT_DISPLAYER_H -#define GUI_OUTPUT_DISPLAYER_H +#ifndef STAGE_OUTPUT_DISPLAYER_H +#define STAGE_OUTPUT_DISPLAYER_H namespace gui { @@ -124,4 +124,4 @@ namespace output { }} // namespace gui::output -#endif /*GUI_OUTPUT_DISPLAYER_H*/ +#endif /*STAGE_OUTPUT_DISPLAYER_H*/ diff --git a/src/stage/output/gdkdisplayer.hpp b/src/stage/output/gdkdisplayer.hpp index 0b097cd46..cc8113ee9 100644 --- a/src/stage/output/gdkdisplayer.hpp +++ b/src/stage/output/gdkdisplayer.hpp @@ -30,8 +30,8 @@ ** @see displayer.hpp */ -#ifndef GUI_OUTPUT_GDKDISPLAYER_H -#define GUI_OUTPUT_GDKDISPLAYER_H +#ifndef STAGE_OUTPUT_GDKDISPLAYER_H +#define STAGE_OUTPUT_GDKDISPLAYER_H #include "stage/gtk-base.hpp" #include "stage/output/displayer.hpp" @@ -94,4 +94,4 @@ class GdkDisplayer }} // namespace gui::output -#endif /*GUI_OUTPUT_GDKDISPLAYER_H*/ +#endif /*STAGE_OUTPUT_GDKDISPLAYER_H*/ diff --git a/src/stage/output/xvdisplayer.hpp b/src/stage/output/xvdisplayer.hpp index 6877718c7..e4cf6860c 100644 --- a/src/stage/output/xvdisplayer.hpp +++ b/src/stage/output/xvdisplayer.hpp @@ -34,8 +34,8 @@ */ -#ifndef GUI_OUTPUT_XVDISPLAYER_H -#define GUI_OUTPUT_XVDISPLAYER_H +#ifndef STAGE_OUTPUT_XVDISPLAYER_H +#define STAGE_OUTPUT_XVDISPLAYER_H #include "stage/output/displayer.hpp" diff --git a/src/stage/panel/assets-panel.hpp b/src/stage/panel/assets-panel.hpp index dc2b702ba..5571d2f32 100644 --- a/src/stage/panel/assets-panel.hpp +++ b/src/stage/panel/assets-panel.hpp @@ -33,8 +33,8 @@ -#ifndef GUI_PANEL_ASSETS_PANEL_H -#define GUI_PANEL_ASSETS_PANEL_H +#ifndef STAGE_PANEL_ASSETS_PANEL_H +#define STAGE_PANEL_ASSETS_PANEL_H #include "stage/panel/panel.hpp" @@ -68,4 +68,4 @@ namespace panel{ }}// namespace gui::panel -#endif /*GUI_PANEL_ASSETS_PANEL_H*/ +#endif /*STAGE_PANEL_ASSETS_PANEL_H*/ diff --git a/src/stage/panel/infobox-panel.hpp b/src/stage/panel/infobox-panel.hpp index 7560a0523..28bfb2d73 100644 --- a/src/stage/panel/infobox-panel.hpp +++ b/src/stage/panel/infobox-panel.hpp @@ -31,8 +31,8 @@ -#ifndef GUI_PANEL_INFOBOX_PANEL_H -#define GUI_PANEL_INFOBOX_PANEL_H +#ifndef STAGE_PANEL_INFOBOX_PANEL_H +#define STAGE_PANEL_INFOBOX_PANEL_H #include "stage/panel/panel.hpp" @@ -78,4 +78,4 @@ namespace panel{ }}// namespace gui::panel -#endif /*GUI_PANEL_INFOBOX_PANEL_H*/ +#endif /*STAGE_PANEL_INFOBOX_PANEL_H*/ diff --git a/src/stage/panel/panel.hpp b/src/stage/panel/panel.hpp index 4a647edeb..6d7df022b 100644 --- a/src/stage/panel/panel.hpp +++ b/src/stage/panel/panel.hpp @@ -27,8 +27,8 @@ -#ifndef GUI_PANEL_PANEL_H -#define GUI_PANEL_PANEL_H +#ifndef STAGE_PANEL_PANEL_H +#define STAGE_PANEL_PANEL_H #include "stage/gtk-base.hpp" #include "stage/widget/panel-bar.hpp" @@ -114,4 +114,4 @@ namespace panel { }}// namespace gui::panel -#endif /*GUI_PANEL_PANEL_H*/ +#endif /*STAGE_PANEL_PANEL_H*/ diff --git a/src/stage/panel/timeline-panel-obsolete.hpp b/src/stage/panel/timeline-panel-obsolete.hpp index 516961e4c..1a9171f92 100644 --- a/src/stage/panel/timeline-panel-obsolete.hpp +++ b/src/stage/panel/timeline-panel-obsolete.hpp @@ -26,8 +26,8 @@ */ -#ifndef GUI_PANEL_TIMELINE_PANEL_OBSOLETE_H -#define GUI_PANEL_TIMELINE_PANEL_OBSOLETE_H +#ifndef STAGE_PANEL_TIMELINE_PANEL_OBSOLETE_H +#define STAGE_PANEL_TIMELINE_PANEL_OBSOLETE_H #include "stage/panel/panel.hpp" #include "stage/widget/timecode-widget.hpp" @@ -207,4 +207,4 @@ namespace model{ }}// namespace gui::panel -#endif /*GUI_PANEL_TIMELINE_PANEL_OBSOLETE_H*/ +#endif /*STAGE_PANEL_TIMELINE_PANEL_OBSOLETE_H*/ diff --git a/src/stage/panel/timeline-panel.hpp b/src/stage/panel/timeline-panel.hpp index 9e02cd1e3..b5f599440 100644 --- a/src/stage/panel/timeline-panel.hpp +++ b/src/stage/panel/timeline-panel.hpp @@ -38,8 +38,8 @@ */ -#ifndef GUI_PANEL_TIMELINE_PANEL_H -#define GUI_PANEL_TIMELINE_PANEL_H +#ifndef STAGE_PANEL_TIMELINE_PANEL_H +#define STAGE_PANEL_TIMELINE_PANEL_H #include "stage/panel/panel.hpp" #include "stage/timeline/timeline-widget.hpp" @@ -86,4 +86,4 @@ namespace panel{ }}// namespace gui::panel -#endif /*GUI_PANEL_TIMELINE_PANEL_H*/ +#endif /*STAGE_PANEL_TIMELINE_PANEL_H*/ diff --git a/src/stage/panel/viewer-panel.hpp b/src/stage/panel/viewer-panel.hpp index 01e85e7c3..c4d24dd92 100644 --- a/src/stage/panel/viewer-panel.hpp +++ b/src/stage/panel/viewer-panel.hpp @@ -25,8 +25,8 @@ */ -#ifndef GUI_PANEL_VIEWER_PANEL_H -#define GUI_PANEL_VIEWER_PANEL_H +#ifndef STAGE_PANEL_VIEWER_PANEL_H +#define STAGE_PANEL_VIEWER_PANEL_H #include "stage/panel/panel.hpp" @@ -61,4 +61,4 @@ namespace panel{ }; }}// namespace gui::panel -#endif /*GUI_PANEL_VIEWER_PANEL_H*/ +#endif /*STAGE_PANEL_VIEWER_PANEL_H*/ diff --git a/src/stage/setting/asset-controller.hpp b/src/stage/setting/asset-controller.hpp index 5ed841ab9..7f761551c 100644 --- a/src/stage/setting/asset-controller.hpp +++ b/src/stage/setting/asset-controller.hpp @@ -48,8 +48,8 @@ */ -#ifndef GUI_SETTING_ASSET_CONTROLLER_H -#define GUI_SETTING_ASSET_CONTROLLER_H +#ifndef STAGE_SETTING_ASSET_CONTROLLER_H +#define STAGE_SETTING_ASSET_CONTROLLER_H //#include "stage/gtk-base.hpp" #include "stage/model/controller.hpp" @@ -92,4 +92,4 @@ namespace setting { }}// namespace gui::setting -#endif /*GUI_SETTING_ASSET_CONTROLLER_H*/ +#endif /*STAGE_SETTING_ASSET_CONTROLLER_H*/ diff --git a/src/stage/style-scheme.hpp b/src/stage/style-scheme.hpp index 383ae8987..fe380ddf6 100644 --- a/src/stage/style-scheme.hpp +++ b/src/stage/style-scheme.hpp @@ -30,8 +30,8 @@ ** */ -#ifndef GUI_STYLE_SCHEME_H -#define GUI_STYLE_SCHEME_H +#ifndef STAGE_STYLE_SCHEME_H +#define STAGE_STYLE_SCHEME_H #include "lib/symbol.hpp" @@ -55,4 +55,4 @@ namespace gui { }// namespace gui -#endif /*GUI_STYLE_SCHEME_H*/ +#endif /*STAGE_STYLE_SCHEME_H*/ diff --git a/src/stage/timeline/body-canvas-widget.hpp b/src/stage/timeline/body-canvas-widget.hpp index 837b2a494..50278bda4 100644 --- a/src/stage/timeline/body-canvas-widget.hpp +++ b/src/stage/timeline/body-canvas-widget.hpp @@ -54,8 +54,8 @@ */ -#ifndef GUI_TIMELINE_BODY_CANVAS_WIDGET_H -#define GUI_TIMELINE_BODY_CANVAS_WIDGET_H +#ifndef STAGE_TIMELINE_BODY_CANVAS_WIDGET_H +#define STAGE_TIMELINE_BODY_CANVAS_WIDGET_H #include "stage/gtk-base.hpp" @@ -103,4 +103,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_BODY_CANVAS_WIDGET_H*/ +#endif /*STAGE_TIMELINE_BODY_CANVAS_WIDGET_H*/ diff --git a/src/stage/timeline/clip-presenter.hpp b/src/stage/timeline/clip-presenter.hpp index be14ece6d..054ba1ef8 100644 --- a/src/stage/timeline/clip-presenter.hpp +++ b/src/stage/timeline/clip-presenter.hpp @@ -49,8 +49,8 @@ */ -#ifndef GUI_TIMELINE_CLIP_PRESENTER_H -#define GUI_TIMELINE_CLIP_PRESENTER_H +#ifndef STAGE_TIMELINE_CLIP_PRESENTER_H +#define STAGE_TIMELINE_CLIP_PRESENTER_H #include "stage/gtk-base.hpp" #include "stage/model/controller.hpp" @@ -103,4 +103,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_CLIP_PRESENTER_H*/ +#endif /*STAGE_TIMELINE_CLIP_PRESENTER_H*/ diff --git a/src/stage/timeline/clip-widget.hpp b/src/stage/timeline/clip-widget.hpp index c1e2ed360..29e085851 100644 --- a/src/stage/timeline/clip-widget.hpp +++ b/src/stage/timeline/clip-widget.hpp @@ -98,8 +98,8 @@ */ -#ifndef GUI_TIMELINE_CLIP_WIDGET_H -#define GUI_TIMELINE_CLIP_WIDGET_H +#ifndef STAGE_TIMELINE_CLIP_WIDGET_H +#define STAGE_TIMELINE_CLIP_WIDGET_H #include "stage/gtk-base.hpp" @@ -129,4 +129,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_CLIP_WIDGET_H*/ +#endif /*STAGE_TIMELINE_CLIP_WIDGET_H*/ diff --git a/src/stage/timeline/header-pane-widget.hpp b/src/stage/timeline/header-pane-widget.hpp index c2875b03d..49413c356 100644 --- a/src/stage/timeline/header-pane-widget.hpp +++ b/src/stage/timeline/header-pane-widget.hpp @@ -46,8 +46,8 @@ */ -#ifndef GUI_TIMELINE_HEADER_PANE_WIDGET_H -#define GUI_TIMELINE_HEADER_PANE_WIDGET_H +#ifndef STAGE_TIMELINE_HEADER_PANE_WIDGET_H +#define STAGE_TIMELINE_HEADER_PANE_WIDGET_H #include "stage/gtk-base.hpp" #include "stage/timeline/navigator-widget.hpp" @@ -107,4 +107,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_HEADER_PANE_WIDGET_H*/ +#endif /*STAGE_TIMELINE_HEADER_PANE_WIDGET_H*/ diff --git a/src/stage/timeline/marker-widget.hpp b/src/stage/timeline/marker-widget.hpp index 1debdd267..e42c8fe47 100644 --- a/src/stage/timeline/marker-widget.hpp +++ b/src/stage/timeline/marker-widget.hpp @@ -35,8 +35,8 @@ */ -#ifndef GUI_TIMELINE_MARKER_WIDGET_H -#define GUI_TIMELINE_MARKER_WIDGET_H +#ifndef STAGE_TIMELINE_MARKER_WIDGET_H +#define STAGE_TIMELINE_MARKER_WIDGET_H #include "stage/gtk-base.hpp" #include "stage/model/widget.hpp" @@ -88,4 +88,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_MARKER_WIDGET_H*/ +#endif /*STAGE_TIMELINE_MARKER_WIDGET_H*/ diff --git a/src/stage/timeline/navigator-widget.hpp b/src/stage/timeline/navigator-widget.hpp index d69aa401c..ee9e2ef81 100644 --- a/src/stage/timeline/navigator-widget.hpp +++ b/src/stage/timeline/navigator-widget.hpp @@ -38,8 +38,8 @@ */ -#ifndef GUI_TIMELINE_NAVIGATOR_WIDGET_H -#define GUI_TIMELINE_NAVIGATOR_WIDGET_H +#ifndef STAGE_TIMELINE_NAVIGATOR_WIDGET_H +#define STAGE_TIMELINE_NAVIGATOR_WIDGET_H #include "stage/gtk-base.hpp" @@ -70,4 +70,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_NAVIGATOR_WIDGET_H*/ +#endif /*STAGE_TIMELINE_NAVIGATOR_WIDGET_H*/ diff --git a/src/stage/timeline/patchbay-widget.hpp b/src/stage/timeline/patchbay-widget.hpp index b073321ec..b15cd4e04 100644 --- a/src/stage/timeline/patchbay-widget.hpp +++ b/src/stage/timeline/patchbay-widget.hpp @@ -34,8 +34,8 @@ */ -#ifndef GUI_TIMELINE_PATCHBAY_WIDGET_H -#define GUI_TIMELINE_PATCHBAY_WIDGET_H +#ifndef STAGE_TIMELINE_PATCHBAY_WIDGET_H +#define STAGE_TIMELINE_PATCHBAY_WIDGET_H #include "stage/gtk-base.hpp" @@ -77,4 +77,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_PATCHBAY_WIDGET_H*/ +#endif /*STAGE_TIMELINE_PATCHBAY_WIDGET_H*/ diff --git a/src/stage/timeline/pipe-widget.hpp b/src/stage/timeline/pipe-widget.hpp index 3858a8f19..296dc90df 100644 --- a/src/stage/timeline/pipe-widget.hpp +++ b/src/stage/timeline/pipe-widget.hpp @@ -36,8 +36,8 @@ */ -#ifndef GUI_TIMELINE_PIPE_WIDGET_H -#define GUI_TIMELINE_PIPE_WIDGET_H +#ifndef STAGE_TIMELINE_PIPE_WIDGET_H +#define STAGE_TIMELINE_PIPE_WIDGET_H #include "stage/gtk-base.hpp" @@ -67,4 +67,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_PIPE_WIDGET_H*/ +#endif /*STAGE_TIMELINE_PIPE_WIDGET_H*/ diff --git a/src/stage/timeline/ruler-widget.hpp b/src/stage/timeline/ruler-widget.hpp index cc3ef8633..75a192d74 100644 --- a/src/stage/timeline/ruler-widget.hpp +++ b/src/stage/timeline/ruler-widget.hpp @@ -29,8 +29,8 @@ */ -#ifndef GUI_TIMELINE_RULER_WIDGET_H -#define GUI_TIMELINE_RULER_WIDGET_H +#ifndef STAGE_TIMELINE_RULER_WIDGET_H +#define STAGE_TIMELINE_RULER_WIDGET_H #include "stage/gtk-base.hpp" @@ -60,4 +60,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_RULER_WIDGET_H*/ +#endif /*STAGE_TIMELINE_RULER_WIDGET_H*/ diff --git a/src/stage/timeline/timeline-controller.hpp b/src/stage/timeline/timeline-controller.hpp index 3810d689d..914f2bb83 100644 --- a/src/stage/timeline/timeline-controller.hpp +++ b/src/stage/timeline/timeline-controller.hpp @@ -50,8 +50,8 @@ */ -#ifndef GUI_TIMELINE_TIMELINE_CONTROLLER_H -#define GUI_TIMELINE_TIMELINE_CONTROLLER_H +#ifndef STAGE_TIMELINE_TIMELINE_CONTROLLER_H +#define STAGE_TIMELINE_TIMELINE_CONTROLLER_H #include "stage/gtk-base.hpp" #include "stage/model/controller.hpp" @@ -125,4 +125,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_TIMELINE_CONTROLLER_H*/ +#endif /*STAGE_TIMELINE_TIMELINE_CONTROLLER_H*/ diff --git a/src/stage/timeline/timeline-gui.hpp b/src/stage/timeline/timeline-gui.hpp index 36ebf3827..2607ab460 100644 --- a/src/stage/timeline/timeline-gui.hpp +++ b/src/stage/timeline/timeline-gui.hpp @@ -49,8 +49,8 @@ */ -#ifndef GUI_TIMELINE_TIMELINE_GUI_H -#define GUI_TIMELINE_TIMELINE_GUI_H +#ifndef STAGE_TIMELINE_TIMELINE_GUI_H +#define STAGE_TIMELINE_TIMELINE_GUI_H #include "stage/ctrl/bus-term.hpp" #include "stage/model/w-link.hpp" @@ -103,4 +103,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_TIMELINE_GUI_H*/ +#endif /*STAGE_TIMELINE_TIMELINE_GUI_H*/ diff --git a/src/stage/timeline/timeline-layout.hpp b/src/stage/timeline/timeline-layout.hpp index 6450580c4..1f8bb4c33 100644 --- a/src/stage/timeline/timeline-layout.hpp +++ b/src/stage/timeline/timeline-layout.hpp @@ -79,8 +79,8 @@ */ -#ifndef GUI_TIMELINE_TIMELINE_LAYOUT_H -#define GUI_TIMELINE_TIMELINE_LAYOUT_H +#ifndef STAGE_TIMELINE_TIMELINE_LAYOUT_H +#define STAGE_TIMELINE_TIMELINE_LAYOUT_H #include "stage/gtk-base.hpp" #include "stage/timeline/header-pane-widget.hpp" @@ -127,4 +127,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_TIMELINE_LAYOUT_H*/ +#endif /*STAGE_TIMELINE_TIMELINE_LAYOUT_H*/ diff --git a/src/stage/timeline/timeline-widget-empty.hpp b/src/stage/timeline/timeline-widget-empty.hpp index 391f58e3e..fff1d57e1 100644 --- a/src/stage/timeline/timeline-widget-empty.hpp +++ b/src/stage/timeline/timeline-widget-empty.hpp @@ -33,8 +33,8 @@ */ -#ifndef GUI_TIMELINE_TIMELINE_WIDGET_EMPTY_H -#define GUI_TIMELINE_TIMELINE_WIDGET_EMPTY_H +#ifndef STAGE_TIMELINE_TIMELINE_WIDGET_EMPTY_H +#define STAGE_TIMELINE_TIMELINE_WIDGET_EMPTY_H #include "stage/gtk-base.hpp" #include "stage/timeline/timeline-widget.hpp" @@ -95,4 +95,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_TIMELINE_WIDGET_EMPTY_H*/ +#endif /*STAGE_TIMELINE_TIMELINE_WIDGET_EMPTY_H*/ diff --git a/src/stage/timeline/timeline-widget.hpp b/src/stage/timeline/timeline-widget.hpp index 359cb6f85..b8af429ed 100644 --- a/src/stage/timeline/timeline-widget.hpp +++ b/src/stage/timeline/timeline-widget.hpp @@ -52,8 +52,8 @@ */ -#ifndef GUI_TIMELINE_TIMELINE_WIDGET_H -#define GUI_TIMELINE_TIMELINE_WIDGET_H +#ifndef STAGE_TIMELINE_TIMELINE_WIDGET_H +#define STAGE_TIMELINE_TIMELINE_WIDGET_H #include "stage/gtk-base.hpp" //#include "stage/timeline/timeline-controller.hpp" /////TODO possible to push that into the implementation? @@ -156,4 +156,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_TIMELINE_WIDGET_H*/ +#endif /*STAGE_TIMELINE_TIMELINE_WIDGET_H*/ diff --git a/src/stage/timeline/track-body.hpp b/src/stage/timeline/track-body.hpp index fc87988a8..1ada02206 100644 --- a/src/stage/timeline/track-body.hpp +++ b/src/stage/timeline/track-body.hpp @@ -37,8 +37,8 @@ */ -#ifndef GUI_TIMELINE_TRACK_BODY_H -#define GUI_TIMELINE_TRACK_BODY_H +#ifndef STAGE_TIMELINE_TRACK_BODY_H +#define STAGE_TIMELINE_TRACK_BODY_H #include "stage/gtk-base.hpp" #include "stage/ctrl/bus-term.hpp" @@ -91,4 +91,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_TRACK_BODY_H*/ +#endif /*STAGE_TIMELINE_TRACK_BODY_H*/ diff --git a/src/stage/timeline/track-head-widget.hpp b/src/stage/timeline/track-head-widget.hpp index b5b855268..8be6a1dbf 100644 --- a/src/stage/timeline/track-head-widget.hpp +++ b/src/stage/timeline/track-head-widget.hpp @@ -42,8 +42,8 @@ */ -#ifndef GUI_TIMELINE_TRACK_HEAD_WIDGET_H -#define GUI_TIMELINE_TRACK_HEAD_WIDGET_H +#ifndef STAGE_TIMELINE_TRACK_HEAD_WIDGET_H +#define STAGE_TIMELINE_TRACK_HEAD_WIDGET_H #include "stage/gtk-base.hpp" #include "stage/ctrl/bus-term.hpp" @@ -88,4 +88,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_TRACK_HEAD_WIDGET_H*/ +#endif /*STAGE_TIMELINE_TRACK_HEAD_WIDGET_H*/ diff --git a/src/stage/timeline/track-presenter.hpp b/src/stage/timeline/track-presenter.hpp index a0a4602ef..8e9878fbf 100644 --- a/src/stage/timeline/track-presenter.hpp +++ b/src/stage/timeline/track-presenter.hpp @@ -44,8 +44,8 @@ */ -#ifndef GUI_TIMELINE_TRACK_PRESENTER_H -#define GUI_TIMELINE_TRACK_PRESENTER_H +#ifndef STAGE_TIMELINE_TRACK_PRESENTER_H +#define STAGE_TIMELINE_TRACK_PRESENTER_H #include "stage/gtk-base.hpp" #include "stage/model/controller.hpp" @@ -155,4 +155,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_TRACK_PRESENTER_H*/ +#endif /*STAGE_TIMELINE_TRACK_PRESENTER_H*/ diff --git a/src/stage/timeline/transition-widget.hpp b/src/stage/timeline/transition-widget.hpp index 123c71952..490f8261d 100644 --- a/src/stage/timeline/transition-widget.hpp +++ b/src/stage/timeline/transition-widget.hpp @@ -29,8 +29,8 @@ */ -#ifndef GUI_TIMELINE_TRANSITION_WIDGET_H -#define GUI_TIMELINE_TRANSITION_WIDGET_H +#ifndef STAGE_TIMELINE_TRANSITION_WIDGET_H +#define STAGE_TIMELINE_TRANSITION_WIDGET_H #include "stage/gtk-base.hpp" @@ -60,4 +60,4 @@ namespace timeline { }}// namespace gui::timeline -#endif /*GUI_TIMELINE_TRANSITION_WIDGET_H*/ +#endif /*STAGE_TIMELINE_TRANSITION_WIDGET_H*/ diff --git a/src/stage/ui-bus.hpp b/src/stage/ui-bus.hpp index f6869ffed..f734e486d 100644 --- a/src/stage/ui-bus.hpp +++ b/src/stage/ui-bus.hpp @@ -99,8 +99,8 @@ */ -#ifndef GUI_UI_BUS_H -#define GUI_UI_BUS_H +#ifndef STAGE_UI_BUS_H +#define STAGE_UI_BUS_H #include "stage/gtk-base.hpp" //////////////////////////////////////////////////////TODO remove any GTK dependency if possible @@ -172,5 +172,5 @@ namespace gui { }// namespace gui -#endif /*GUI_UI_BUS_H*/ +#endif /*STAGE_UI_BUS_H*/ diff --git a/src/stage/widget/bin-widget.hpp b/src/stage/widget/bin-widget.hpp index bb19b7379..354cc8312 100644 --- a/src/stage/widget/bin-widget.hpp +++ b/src/stage/widget/bin-widget.hpp @@ -45,8 +45,8 @@ */ -#ifndef GUI_WIDGET_BIN_WIDGET_H -#define GUI_WIDGET_BIN_WIDGET_H +#ifndef STAGE_WIDGET_BIN_WIDGET_H +#define STAGE_WIDGET_BIN_WIDGET_H #include "stage/gtk-base.hpp" @@ -76,4 +76,4 @@ namespace widget { }}// namespace gui::widget -#endif /*GUI_WIDGET_BIN_WIDGET_H*/ +#endif /*STAGE_WIDGET_BIN_WIDGET_H*/ diff --git a/src/stage/widget/button-bar.hpp b/src/stage/widget/button-bar.hpp index 2410fcb82..e4cf2a203 100644 --- a/src/stage/widget/button-bar.hpp +++ b/src/stage/widget/button-bar.hpp @@ -26,8 +26,8 @@ */ -#ifndef GUI_WIDGET_BUTTON_BAR_H -#define GUI_WIDGET_BUTTON_BAR_H +#ifndef STAGE_WIDGET_BUTTON_BAR_H +#define STAGE_WIDGET_BUTTON_BAR_H #include "stage/widget/mini-button.hpp" @@ -61,4 +61,4 @@ namespace widget { }}// gui::widget -#endif /*GUI_WIDGET_BUTTON_BAR_H*/ +#endif /*STAGE_WIDGET_BUTTON_BAR_H*/ diff --git a/src/stage/widget/element-box-widget.hpp b/src/stage/widget/element-box-widget.hpp index f2572bdae..7f05265a2 100644 --- a/src/stage/widget/element-box-widget.hpp +++ b/src/stage/widget/element-box-widget.hpp @@ -37,8 +37,8 @@ */ -#ifndef GUI_WIDGET_ELEMENT_BOX_WIDGET_H -#define GUI_WIDGET_ELEMENT_BOX_WIDGET_H +#ifndef STAGE_WIDGET_ELEMENT_BOX_WIDGET_H +#define STAGE_WIDGET_ELEMENT_BOX_WIDGET_H #include "stage/gtk-base.hpp" @@ -68,4 +68,4 @@ namespace widget { }}// namespace gui::widget -#endif /*GUI_WIDGET_ELEMENT_BOX_WIDGET_H*/ +#endif /*STAGE_WIDGET_ELEMENT_BOX_WIDGET_H*/ diff --git a/src/stage/widget/error-log-display.hpp b/src/stage/widget/error-log-display.hpp index d700823c3..477cc5893 100644 --- a/src/stage/widget/error-log-display.hpp +++ b/src/stage/widget/error-log-display.hpp @@ -56,8 +56,8 @@ */ -#ifndef GUI_WIDGET_ERROR_LOG_DISPLAY_H -#define GUI_WIDGET_ERROR_LOG_DISPLAY_H +#ifndef STAGE_WIDGET_ERROR_LOG_DISPLAY_H +#define STAGE_WIDGET_ERROR_LOG_DISPLAY_H #include "stage/gtk-base.hpp" #include "stage/style-scheme.hpp" @@ -334,4 +334,4 @@ namespace widget { }}// namespace gui::widget -#endif /*GUI_WIDGET_ERROR_LOG_DISPLAY_H*/ +#endif /*STAGE_WIDGET_ERROR_LOG_DISPLAY_H*/ diff --git a/src/stage/widget/menu-button.hpp b/src/stage/widget/menu-button.hpp index 617640216..34af01a38 100644 --- a/src/stage/widget/menu-button.hpp +++ b/src/stage/widget/menu-button.hpp @@ -26,8 +26,8 @@ */ -#ifndef GUI_WIDGET_MENU_BUTTON_H -#define GUI_WIDGET_MENU_BUTTON_H +#ifndef STAGE_WIDGET_MENU_BUTTON_H +#define STAGE_WIDGET_MENU_BUTTON_H #include "stage/gtk-base.hpp" @@ -170,4 +170,4 @@ namespace widget { }}// gui::widget -#endif /*GUI_WIDGET_MENU_BUTTON_H*/ +#endif /*STAGE_WIDGET_MENU_BUTTON_H*/ diff --git a/src/stage/widget/mini-button.hpp b/src/stage/widget/mini-button.hpp index 1dfb44d90..fe1b6ead7 100644 --- a/src/stage/widget/mini-button.hpp +++ b/src/stage/widget/mini-button.hpp @@ -27,8 +27,8 @@ -#ifndef GUI_WIDGET_MINI_BUTTON_H -#define GUI_WIDGET_MINI_BUTTON_H +#ifndef STAGE_WIDGET_MINI_BUTTON_H +#define STAGE_WIDGET_MINI_BUTTON_H #include "stage/gtk-base.hpp" @@ -87,4 +87,4 @@ namespace widget { }}// gui::widget -#endif /*GUI_WIDGET_MINI_BUTTON_H*/ +#endif /*STAGE_WIDGET_MINI_BUTTON_H*/ diff --git a/src/stage/widget/mixer-widget.hpp b/src/stage/widget/mixer-widget.hpp index 4d11364c5..c22e8eaf8 100644 --- a/src/stage/widget/mixer-widget.hpp +++ b/src/stage/widget/mixer-widget.hpp @@ -48,8 +48,8 @@ */ -#ifndef GUI_WIDGET_MIXER_WIDGET_H -#define GUI_WIDGET_MIXER_WIDGET_H +#ifndef STAGE_WIDGET_MIXER_WIDGET_H +#define STAGE_WIDGET_MIXER_WIDGET_H #include "stage/gtk-base.hpp" @@ -79,4 +79,4 @@ namespace widget { }}// namespace gui::widget -#endif /*GUI_WIDGET_MIXER_WIDGET_H*/ +#endif /*STAGE_WIDGET_MIXER_WIDGET_H*/ diff --git a/src/stage/widget/panel-bar.hpp b/src/stage/widget/panel-bar.hpp index e5a3cdbf2..fe0e7a1ae 100644 --- a/src/stage/widget/panel-bar.hpp +++ b/src/stage/widget/panel-bar.hpp @@ -29,8 +29,8 @@ */ -#ifndef GUI_WIDGET_PANEL_BAR_H -#define GUI_WIDGET_PANEL_BAR_H +#ifndef STAGE_WIDGET_PANEL_BAR_H +#define STAGE_WIDGET_PANEL_BAR_H #include "stage/widget/menu-button.hpp" @@ -114,4 +114,4 @@ namespace gui { }}// gui::widget -#endif /*GUI_WIDGET_PANEL_BAR_H*/ +#endif /*STAGE_WIDGET_PANEL_BAR_H*/ diff --git a/src/stage/widget/player-widget.hpp b/src/stage/widget/player-widget.hpp index e6c9e4b87..74b461e2a 100644 --- a/src/stage/widget/player-widget.hpp +++ b/src/stage/widget/player-widget.hpp @@ -47,8 +47,8 @@ */ -#ifndef GUI_WIDGET_PLAYER_WIDGET_H -#define GUI_WIDGET_PLAYER_WIDGET_H +#ifndef STAGE_WIDGET_PLAYER_WIDGET_H +#define STAGE_WIDGET_PLAYER_WIDGET_H #include "stage/gtk-base.hpp" @@ -78,4 +78,4 @@ namespace widget { }}// namespace gui::widget -#endif /*GUI_WIDGET_PLAYER_WIDGET_H*/ +#endif /*STAGE_WIDGET_PLAYER_WIDGET_H*/ diff --git a/src/stage/widget/switchboard-widget.hpp b/src/stage/widget/switchboard-widget.hpp index 127f5e503..cd0fabcab 100644 --- a/src/stage/widget/switchboard-widget.hpp +++ b/src/stage/widget/switchboard-widget.hpp @@ -51,8 +51,8 @@ */ -#ifndef GUI_WIDGET_SWITCHBOARD_WIDGET_H -#define GUI_WIDGET_SWITCHBOARD_WIDGET_H +#ifndef STAGE_WIDGET_SWITCHBOARD_WIDGET_H +#define STAGE_WIDGET_SWITCHBOARD_WIDGET_H #include "stage/gtk-base.hpp" @@ -82,4 +82,4 @@ namespace widget { }}// namespace gui::widget -#endif /*GUI_WIDGET_SWITCHBOARD_WIDGET_H*/ +#endif /*STAGE_WIDGET_SWITCHBOARD_WIDGET_H*/ diff --git a/src/stage/widget/timecode-widget.hpp b/src/stage/widget/timecode-widget.hpp index e5a2db1fd..1ac9e49dd 100644 --- a/src/stage/widget/timecode-widget.hpp +++ b/src/stage/widget/timecode-widget.hpp @@ -32,8 +32,8 @@ */ -#ifndef GUI_WIDGET_TIMECODE_WIDGET_H -#define GUI_WIDGET_TIMECODE_WIDGET_H +#ifndef STAGE_WIDGET_TIMECODE_WIDGET_H +#define STAGE_WIDGET_TIMECODE_WIDGET_H #include "stage/gtk-base.hpp" #include "lib/time/timevalue.hpp" @@ -218,4 +218,4 @@ namespace widget { }}// gui::widget -#endif /*GUI_WIDGET_TIMECODE_WIDGET_H*/ +#endif /*STAGE_WIDGET_TIMECODE_WIDGET_H*/ diff --git a/src/stage/widget/timeline-widget.hpp b/src/stage/widget/timeline-widget.hpp index 37e5ce9b3..80ab3d490 100644 --- a/src/stage/widget/timeline-widget.hpp +++ b/src/stage/widget/timeline-widget.hpp @@ -34,8 +34,8 @@ */ -#ifndef GUI_WIDGET_TIMELINE_WIDGET_H -#define GUI_WIDGET_TIMELINE_WIDGET_H +#ifndef STAGE_WIDGET_TIMELINE_WIDGET_H +#define STAGE_WIDGET_TIMELINE_WIDGET_H #include "stage/widget/timeline/timeline-state.hpp" #include "stage/widget/timeline/timeline-header-container.hpp" @@ -311,4 +311,4 @@ namespace widget { }}// gui::widget -#endif /*GUI_WIDGET_TIMELINE_WIDGET_H*/ +#endif /*STAGE_WIDGET_TIMELINE_WIDGET_H*/ diff --git a/src/stage/widget/timeline/basic-draw-strategy.hpp b/src/stage/widget/timeline/basic-draw-strategy.hpp index 6981064b2..35a44749a 100644 --- a/src/stage/widget/timeline/basic-draw-strategy.hpp +++ b/src/stage/widget/timeline/basic-draw-strategy.hpp @@ -27,8 +27,8 @@ -#ifndef GUI_WIDGET_TIMELINE_BASIC_DRAW_STRATEGY_H -#define GUI_WIDGET_TIMELINE_BASIC_DRAW_STRATEGY_H +#ifndef STAGE_WIDGET_TIMELINE_BASIC_DRAW_STRATEGY_H +#define STAGE_WIDGET_TIMELINE_BASIC_DRAW_STRATEGY_H #include "stage/widget/timeline/draw-strategy.hpp" @@ -51,4 +51,4 @@ namespace timeline { }; }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_BASIC_DRAW_STRATEGY_H*/ +#endif /*STAGE_WIDGET_TIMELINE_BASIC_DRAW_STRATEGY_H*/ diff --git a/src/stage/widget/timeline/draw-strategy.hpp b/src/stage/widget/timeline/draw-strategy.hpp index 0d5328054..b9a8b9221 100644 --- a/src/stage/widget/timeline/draw-strategy.hpp +++ b/src/stage/widget/timeline/draw-strategy.hpp @@ -30,8 +30,8 @@ -#ifndef GUI_WIDGET_TIMELINE_DRAW_STRATEGY_HPP -#define GUI_WIDGET_TIMELINE_DRAW_STRATEGY_HPP +#ifndef STAGE_WIDGET_TIMELINE_DRAW_STRATEGY_HPP +#define STAGE_WIDGET_TIMELINE_DRAW_STRATEGY_HPP #include "stage/gtk-base.hpp" #include "stage/widget/timeline/timeline-entity.hpp" @@ -67,4 +67,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_DRAW_STRATEGY_HPP*/ +#endif /*STAGE_WIDGET_TIMELINE_DRAW_STRATEGY_HPP*/ diff --git a/src/stage/widget/timeline/timeline-arrow-tool.hpp b/src/stage/widget/timeline/timeline-arrow-tool.hpp index 458bce4ee..69a325b78 100644 --- a/src/stage/widget/timeline/timeline-arrow-tool.hpp +++ b/src/stage/widget/timeline/timeline-arrow-tool.hpp @@ -25,8 +25,8 @@ ** @warning as of 2016 the entire timeline display is planned to be reworked */ -#ifndef GUI_WIDGET_TIMELINE_ARROW_TOOL_H -#define GUI_WIDGET_TIMELINE_ARROW_TOOL_H +#ifndef STAGE_WIDGET_TIMELINE_ARROW_TOOL_H +#define STAGE_WIDGET_TIMELINE_ARROW_TOOL_H #include "stage/gtk-base.hpp" @@ -90,4 +90,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_ARROW_TOOL_H*/ +#endif /*STAGE_WIDGET_TIMELINE_ARROW_TOOL_H*/ diff --git a/src/stage/widget/timeline/timeline-body.hpp b/src/stage/widget/timeline/timeline-body.hpp index b4e2c2fb1..3c48d7bb1 100644 --- a/src/stage/widget/timeline/timeline-body.hpp +++ b/src/stage/widget/timeline/timeline-body.hpp @@ -25,8 +25,8 @@ ** @warning as of 2016 the entire timeline display is planned to be reworked */ -#ifndef GUI_WIDGET_TIMELINE_BODY_H -#define GUI_WIDGET_TIMELINE_BODY_H +#ifndef STAGE_WIDGET_TIMELINE_BODY_H +#define STAGE_WIDGET_TIMELINE_BODY_H #include "stage/gtk-base.hpp" #include "stage/widget/timeline/timeline-tool.hpp" @@ -214,4 +214,4 @@ private: }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_BODY_H*/ +#endif /*STAGE_WIDGET_TIMELINE_BODY_H*/ diff --git a/src/stage/widget/timeline/timeline-clip-track.hpp b/src/stage/widget/timeline/timeline-clip-track.hpp index af9992ebb..b4de3d6ba 100644 --- a/src/stage/widget/timeline/timeline-clip-track.hpp +++ b/src/stage/widget/timeline/timeline-clip-track.hpp @@ -26,8 +26,8 @@ */ -#ifndef GUI_WIDGET_TIMELINE_CLIP_TRACK_H -#define GUI_WIDGET_TIMELINE_CLIP_TRACK_H +#ifndef STAGE_WIDGET_TIMELINE_CLIP_TRACK_H +#define STAGE_WIDGET_TIMELINE_CLIP_TRACK_H #include "stage/widget/timeline/basic-draw-strategy.hpp" #include "stage/widget/timeline/timeline-track.hpp" @@ -110,4 +110,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_CLIP_TRACK_H*/ +#endif /*STAGE_WIDGET_TIMELINE_CLIP_TRACK_H*/ diff --git a/src/stage/widget/timeline/timeline-clip.hpp b/src/stage/widget/timeline/timeline-clip.hpp index 2de91c3f2..ade812956 100644 --- a/src/stage/widget/timeline/timeline-clip.hpp +++ b/src/stage/widget/timeline/timeline-clip.hpp @@ -25,8 +25,8 @@ ** @warning as of 2016 the entire timeline display is planned to be reworked */ -#ifndef GUI_WIDGET_TIMELINE_CLIP_H -#define GUI_WIDGET_TIMELINE_CLIP_H +#ifndef STAGE_WIDGET_TIMELINE_CLIP_H +#define STAGE_WIDGET_TIMELINE_CLIP_H #include "stage/gtk-base.hpp" #include "stage/model/clip.hpp" @@ -72,4 +72,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_CLIP_H*/ +#endif /*STAGE_WIDGET_TIMELINE_CLIP_H*/ diff --git a/src/stage/widget/timeline/timeline-entity.hpp b/src/stage/widget/timeline/timeline-entity.hpp index 6ef7df663..af9c4ea2f 100644 --- a/src/stage/widget/timeline/timeline-entity.hpp +++ b/src/stage/widget/timeline/timeline-entity.hpp @@ -26,8 +26,8 @@ ** @warning as of 2016 the entire timeline display is planned to be reworked */ -#ifndef GUI_WIDGET_TIMELINE_ENTITY_H -#define GUI_WIDGET_TIMELINE_ENTITY_H +#ifndef STAGE_WIDGET_TIMELINE_ENTITY_H +#define STAGE_WIDGET_TIMELINE_ENTITY_H #include "stage/gtk-base.hpp" #include "lib/time/timevalue.hpp" @@ -89,4 +89,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_ENTITY_H*/ +#endif /*STAGE_WIDGET_TIMELINE_ENTITY_H*/ diff --git a/src/stage/widget/timeline/timeline-group-track.hpp b/src/stage/widget/timeline/timeline-group-track.hpp index 9f848c5c7..00d8eda87 100644 --- a/src/stage/widget/timeline/timeline-group-track.hpp +++ b/src/stage/widget/timeline/timeline-group-track.hpp @@ -28,8 +28,8 @@ */ -#ifndef GUI_WIDGET_TIMELINE_GROUP_TRACK_H -#define GUI_WIDGET_TIMELINE_GROUP_TRACK_H +#ifndef STAGE_WIDGET_TIMELINE_GROUP_TRACK_H +#define STAGE_WIDGET_TIMELINE_GROUP_TRACK_H #include "stage/widget/timeline/timeline-track.hpp" #include "stage/model/group-track.hpp" @@ -55,4 +55,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_GROUP_TRACK_H*/ +#endif /*STAGE_WIDGET_TIMELINE_GROUP_TRACK_H*/ diff --git a/src/stage/widget/timeline/timeline-header-container.hpp b/src/stage/widget/timeline/timeline-header-container.hpp index 03d9ee376..db485777d 100644 --- a/src/stage/widget/timeline/timeline-header-container.hpp +++ b/src/stage/widget/timeline/timeline-header-container.hpp @@ -29,8 +29,8 @@ */ -#ifndef GUI_WIDGET_TIMELINE_HEADER_CONTAINER_H -#define GUI_WIDGET_TIMELINE_HEADER_CONTAINER_H +#ifndef STAGE_WIDGET_TIMELINE_HEADER_CONTAINER_H +#define STAGE_WIDGET_TIMELINE_HEADER_CONTAINER_H #include "stage/gtk-base.hpp" #include "timeline-layout-helper.hpp" @@ -273,5 +273,5 @@ namespace gui { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_HEADER_CONTAINER_H*/ +#endif /*STAGE_WIDGET_TIMELINE_HEADER_CONTAINER_H*/ diff --git a/src/stage/widget/timeline/timeline-header-widget.hpp b/src/stage/widget/timeline/timeline-header-widget.hpp index 0606c681d..748486f60 100644 --- a/src/stage/widget/timeline/timeline-header-widget.hpp +++ b/src/stage/widget/timeline/timeline-header-widget.hpp @@ -27,8 +27,8 @@ */ -#ifndef GUI_WIDGET_HEADER_WIDGET_H -#define GUI_WIDGET_HEADER_WIDGET_H +#ifndef STAGE_WIDGET_HEADER_WIDGET_H +#define STAGE_WIDGET_HEADER_WIDGET_H #include "stage/gtk-base.hpp" @@ -182,4 +182,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_HEADER_WIDGET_H*/ +#endif /*STAGE_WIDGET_HEADER_WIDGET_H*/ diff --git a/src/stage/widget/timeline/timeline-ibeam-tool.hpp b/src/stage/widget/timeline/timeline-ibeam-tool.hpp index e634b328c..f7b1ced33 100644 --- a/src/stage/widget/timeline/timeline-ibeam-tool.hpp +++ b/src/stage/widget/timeline/timeline-ibeam-tool.hpp @@ -26,8 +26,8 @@ ** @warning as of 2016 the entire timeline display is planned to be reworked */ -#ifndef GUI_WIDGET_TIMELINE_IBEAM_TOOL_H -#define GUI_WIDGET_TIMELINE_IBEAM_TOOL_H +#ifndef STAGE_WIDGET_TIMELINE_IBEAM_TOOL_H +#define STAGE_WIDGET_TIMELINE_IBEAM_TOOL_H #include "stage/widget/timeline/timeline-tool.hpp" #include "lib/time/timevalue.hpp" @@ -209,4 +209,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_IBEAM_TOOL_H*/ +#endif /*STAGE_WIDGET_TIMELINE_IBEAM_TOOL_H*/ diff --git a/src/stage/widget/timeline/timeline-layout-helper.hpp b/src/stage/widget/timeline/timeline-layout-helper.hpp index 719edfd00..f50c7310a 100644 --- a/src/stage/widget/timeline/timeline-layout-helper.hpp +++ b/src/stage/widget/timeline/timeline-layout-helper.hpp @@ -26,8 +26,8 @@ */ -#ifndef GUI_WIDGET_TIMELINE_LAYOUT_HELPER_H -#define GUI_WIDGET_TIMELINE_LAYOUT_HELPER_H +#ifndef STAGE_WIDGET_TIMELINE_LAYOUT_HELPER_H +#define STAGE_WIDGET_TIMELINE_LAYOUT_HELPER_H #include "stage/gtk-base.hpp" #include "lib/util-coll.hpp" @@ -433,4 +433,4 @@ namespace gui { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_LAYOUT_HELPER_H*/ +#endif /*STAGE_WIDGET_TIMELINE_LAYOUT_HELPER_H*/ diff --git a/src/stage/widget/timeline/timeline-ruler.hpp b/src/stage/widget/timeline/timeline-ruler.hpp index b343e0cd3..0c612dcd3 100644 --- a/src/stage/widget/timeline/timeline-ruler.hpp +++ b/src/stage/widget/timeline/timeline-ruler.hpp @@ -27,8 +27,8 @@ */ -#ifndef GUI_WIDGET_TIMELINE_RULER_H -#define GUI_WIDGET_TIMELINE_RULER_H +#ifndef STAGE_WIDGET_TIMELINE_RULER_H +#define STAGE_WIDGET_TIMELINE_RULER_H #include "stage/gtk-base.hpp" #include "lib/time/timevalue.hpp" @@ -254,5 +254,5 @@ namespace widget { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_RULER_H*/ +#endif /*STAGE_WIDGET_TIMELINE_RULER_H*/ diff --git a/src/stage/widget/timeline/timeline-state.hpp b/src/stage/widget/timeline/timeline-state.hpp index 0fd56364e..43ee84628 100644 --- a/src/stage/widget/timeline/timeline-state.hpp +++ b/src/stage/widget/timeline/timeline-state.hpp @@ -29,8 +29,8 @@ -#ifndef GUI_WIDGET_TIMELINE_STATE_H -#define GUI_WIDGET_TIMELINE_STATE_H +#ifndef STAGE_WIDGET_TIMELINE_STATE_H +#define STAGE_WIDGET_TIMELINE_STATE_H #include "stage/widget/timeline/timeline-view-window.hpp" @@ -226,4 +226,4 @@ namespace gui { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_STATE_H*/ +#endif /*STAGE_WIDGET_TIMELINE_STATE_H*/ diff --git a/src/stage/widget/timeline/timeline-tool.hpp b/src/stage/widget/timeline/timeline-tool.hpp index 1d7a925b7..27b5d312f 100644 --- a/src/stage/widget/timeline/timeline-tool.hpp +++ b/src/stage/widget/timeline/timeline-tool.hpp @@ -29,8 +29,8 @@ -#ifndef GUI_WIDGET_TIMELINE_TOOL_H -#define GUI_WIDGET_TIMELINE_TOOL_H +#ifndef STAGE_WIDGET_TIMELINE_TOOL_H +#define STAGE_WIDGET_TIMELINE_TOOL_H #include "stage/gtk-base.hpp" @@ -153,4 +153,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_TOOL_H*/ +#endif /*STAGE_WIDGET_TIMELINE_TOOL_H*/ diff --git a/src/stage/widget/timeline/timeline-track.hpp b/src/stage/widget/timeline/timeline-track.hpp index 99b55462b..c41298d60 100644 --- a/src/stage/widget/timeline/timeline-track.hpp +++ b/src/stage/widget/timeline/timeline-track.hpp @@ -29,8 +29,8 @@ -#ifndef GUI_WIDGET_TIMELINE_TRACK_H -#define GUI_WIDGET_TIMELINE_TRACK_H +#ifndef STAGE_WIDGET_TIMELINE_TRACK_H +#define STAGE_WIDGET_TIMELINE_TRACK_H #include "stage/gtk-base.hpp" @@ -265,4 +265,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_TRACK_H*/ +#endif /*STAGE_WIDGET_TIMELINE_TRACK_H*/ diff --git a/src/stage/widget/timeline/timeline-view-window.hpp b/src/stage/widget/timeline/timeline-view-window.hpp index 453304b7e..e9bae3ccd 100644 --- a/src/stage/widget/timeline/timeline-view-window.hpp +++ b/src/stage/widget/timeline/timeline-view-window.hpp @@ -28,8 +28,8 @@ -#ifndef GUI_WIDGET_TIMELINE_VIEW_WINDOW_H -#define GUI_WIDGET_TIMELINE_VIEW_WINDOW_H +#ifndef STAGE_WIDGET_TIMELINE_VIEW_WINDOW_H +#define STAGE_WIDGET_TIMELINE_VIEW_WINDOW_H #include "stage/gtk-base.hpp" #include "lib/time/timevalue.hpp" @@ -168,4 +168,4 @@ namespace widget { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_VIEW_WINDOW_H*/ +#endif /*STAGE_WIDGET_TIMELINE_VIEW_WINDOW_H*/ diff --git a/src/stage/widget/timeline/timeline-zoom-scale.hpp b/src/stage/widget/timeline/timeline-zoom-scale.hpp index fb32f1581..f3922e0cf 100644 --- a/src/stage/widget/timeline/timeline-zoom-scale.hpp +++ b/src/stage/widget/timeline/timeline-zoom-scale.hpp @@ -28,8 +28,8 @@ -#ifndef GUI_WIDGET_TIMELINE_ZOOM_SCALE_H -#define GUI_WIDGET_TIMELINE_ZOOM_SCALE_H +#ifndef STAGE_WIDGET_TIMELINE_ZOOM_SCALE_H +#define STAGE_WIDGET_TIMELINE_ZOOM_SCALE_H #include "stage/gtk-base.hpp" #include "stage/widget/mini-button.hpp" @@ -98,4 +98,4 @@ namespace timeline { }}}// namespace gui::widget::timeline -#endif /*GUI_WIDGET_TIMELINE_ZOOM_SCALE_H*/ +#endif /*STAGE_WIDGET_TIMELINE_ZOOM_SCALE_H*/ diff --git a/src/stage/widget/video-display-widget.hpp b/src/stage/widget/video-display-widget.hpp index 718385a33..1c2d3b6eb 100644 --- a/src/stage/widget/video-display-widget.hpp +++ b/src/stage/widget/video-display-widget.hpp @@ -29,8 +29,8 @@ -#ifndef GUI_WIDGET_VIDEO_DISPLAY_WIDGET_H -#define GUI_WIDGET_VIDEO_DISPLAY_WIDGET_H +#ifndef STAGE_WIDGET_VIDEO_DISPLAY_WIDGET_H +#define STAGE_WIDGET_VIDEO_DISPLAY_WIDGET_H #include "stage/gtk-base.hpp" #include "stage/output/displayer.hpp" @@ -70,4 +70,4 @@ namespace widget { }}// gui::widget -#endif /*GUI_WIDGET_VIDEO_DISPLAY_WIDGET_H*/ +#endif /*STAGE_WIDGET_VIDEO_DISPLAY_WIDGET_H*/ diff --git a/src/stage/workspace/dock-area.hpp b/src/stage/workspace/dock-area.hpp index 54ccd3c88..cd0571e72 100644 --- a/src/stage/workspace/dock-area.hpp +++ b/src/stage/workspace/dock-area.hpp @@ -36,8 +36,8 @@ ** @see actions.hpp */ -#ifndef GUI_WORKSPACE_DOCK_AREA_H -#define GUI_WORKSPACE_DOCK_AREA_H +#ifndef STAGE_WORKSPACE_DOCK_AREA_H +#define STAGE_WORKSPACE_DOCK_AREA_H #include "stage/panel/panel.hpp" @@ -366,4 +366,4 @@ namespace workspace { }}// namespace gui::workspace -#endif /*GUI_WORKSPACE_DOCK_AREA_H*/ +#endif /*STAGE_WORKSPACE_DOCK_AREA_H*/ diff --git a/src/stage/workspace/panel-manager.hpp b/src/stage/workspace/panel-manager.hpp index ead17d766..1b4a619eb 100644 --- a/src/stage/workspace/panel-manager.hpp +++ b/src/stage/workspace/panel-manager.hpp @@ -31,8 +31,8 @@ ** @see actions.hpp */ -#ifndef GUI_WORKSPACE_PANEL_MANAGER_H -#define GUI_WORKSPACE_PANEL_MANAGER_H +#ifndef STAGE_WORKSPACE_PANEL_MANAGER_H +#define STAGE_WORKSPACE_PANEL_MANAGER_H #include "stage/panel/panel.hpp" @@ -358,4 +358,4 @@ namespace workspace { }}// namespace gui::workspace -#endif /*GUI_WORKSPACE_PANEL_MANAGER_H*/ +#endif /*STAGE_WORKSPACE_PANEL_MANAGER_H*/ diff --git a/src/stage/workspace/ui-style.hpp b/src/stage/workspace/ui-style.hpp index c260d09ca..d87cb200a 100644 --- a/src/stage/workspace/ui-style.hpp +++ b/src/stage/workspace/ui-style.hpp @@ -33,8 +33,8 @@ */ -#ifndef GUI_WORKSPACE_UI_STYLE_H -#define GUI_WORKSPACE_UI_STYLE_H +#ifndef STAGE_WORKSPACE_UI_STYLE_H +#define STAGE_WORKSPACE_UI_STYLE_H #include "stage/gtk-base.hpp" #include "lib/nocopy.hpp" @@ -199,4 +199,4 @@ namespace workspace { }}// namespace gui::workspace -#endif /*GUI_WORKSPACE_UI_STYLE_H*/ +#endif /*STAGE_WORKSPACE_UI_STYLE_H*/ diff --git a/src/stage/workspace/workspace-window.hpp b/src/stage/workspace/workspace-window.hpp index aaa67607d..b33fbda10 100644 --- a/src/stage/workspace/workspace-window.hpp +++ b/src/stage/workspace/workspace-window.hpp @@ -28,8 +28,8 @@ ** @see actions.hpp */ -#ifndef GUI_WORKSPACE_WORKSPACE_WINDOW_H -#define GUI_WORKSPACE_WORKSPACE_WINDOW_H +#ifndef STAGE_WORKSPACE_WORKSPACE_WINDOW_H +#define STAGE_WORKSPACE_WORKSPACE_WINDOW_H #include "stage/gtk-base.hpp" @@ -73,4 +73,4 @@ namespace workspace { }}// namespace gui::workspace -#endif /*GUI_WORKSPACE_WORKSPACE_WINDOW_H*/ +#endif /*STAGE_WORKSPACE_WORKSPACE_WINDOW_H*/ diff --git a/src/steam/asset.hpp b/src/steam/asset.hpp index 7abf1aebf..3b30b6db6 100644 --- a/src/steam/asset.hpp +++ b/src/steam/asset.hpp @@ -52,8 +52,8 @@ */ -#ifndef PROC_INTERFACE_ASSET_H -#define PROC_INTERFACE_ASSET_H +#ifndef STEAM_INTERFACE_ASSET_H +#define STEAM_INTERFACE_ASSET_H #include "lib/error.hpp" diff --git a/src/steam/asset/buildinstruct.hpp b/src/steam/asset/buildinstruct.hpp index a1661476d..96d87c4f3 100644 --- a/src/steam/asset/buildinstruct.hpp +++ b/src/steam/asset/buildinstruct.hpp @@ -28,8 +28,8 @@ */ -#ifndef PROC_ASSET_BUILDINSTRUCT_H -#define PROC_ASSET_BUILDINSTRUCT_H +#ifndef STEAM_ASSET_BUILDINSTRUCT_H +#define STEAM_ASSET_BUILDINSTRUCT_H #include "lib/symbol.hpp" diff --git a/src/steam/asset/category.hpp b/src/steam/asset/category.hpp index aca63b08f..b7abfd70b 100644 --- a/src/steam/asset/category.hpp +++ b/src/steam/asset/category.hpp @@ -26,8 +26,8 @@ */ -#ifndef PROC_ASSET_CATEGORY_H -#define PROC_ASSET_CATEGORY_H +#ifndef STEAM_ASSET_CATEGORY_H +#define STEAM_ASSET_CATEGORY_H #include "lib/symbol.hpp" #include "lib/hash-standard.hpp" diff --git a/src/steam/assetmanager.hpp b/src/steam/assetmanager.hpp index 8fcde9973..adc35dd75 100644 --- a/src/steam/assetmanager.hpp +++ b/src/steam/assetmanager.hpp @@ -40,8 +40,8 @@ */ -#ifndef PROC_INTERFACE_ASSETMANAGER_H -#define PROC_INTERFACE_ASSETMANAGER_H +#ifndef STEAM_INTERFACE_ASSETMANAGER_H +#define STEAM_INTERFACE_ASSETMANAGER_H #include "steam/asset.hpp" diff --git a/src/steam/cmd.hpp b/src/steam/cmd.hpp index 1e19983ff..9f443f6d5 100644 --- a/src/steam/cmd.hpp +++ b/src/steam/cmd.hpp @@ -35,8 +35,8 @@ -#ifndef PROC_CMD_H -#define PROC_CMD_H +#ifndef STEAM_CMD_H +#define STEAM_CMD_H #include "steam/control/command-setup.hpp" //#include "lib/symbol.hpp" @@ -84,4 +84,4 @@ namespace cmd { }} // namespace proc::cmd -#endif /*PROC_CMD_H*/ +#endif /*STEAM_CMD_H*/ diff --git a/src/steam/common.hpp b/src/steam/common.hpp index ac50bfc5d..fe30b0968 100644 --- a/src/steam/common.hpp +++ b/src/steam/common.hpp @@ -35,8 +35,8 @@ -#ifndef PROC_COMMON_H -#define PROC_COMMON_H +#ifndef STEAM_COMMON_H +#define STEAM_COMMON_H diff --git a/src/steam/config-resolver.hpp b/src/steam/config-resolver.hpp index b99a09e36..682d59e02 100644 --- a/src/steam/config-resolver.hpp +++ b/src/steam/config-resolver.hpp @@ -43,8 +43,8 @@ */ -#ifndef PROC_CONFIG_RESOLVER -#define PROC_CONFIG_RESOLVER +#ifndef STEAM_CONFIG_RESOLVER +#define STEAM_CONFIG_RESOLVER #include "common/query.hpp" #include "common/config-rules.hpp" diff --git a/src/steam/control/command-dispatch.hpp b/src/steam/control/command-dispatch.hpp index 3b20160de..186c61d36 100644 --- a/src/steam/control/command-dispatch.hpp +++ b/src/steam/control/command-dispatch.hpp @@ -32,8 +32,8 @@ -#ifndef PROC_CONTROL_COMMAND_DISPATCH_H -#define PROC_CONTROL_COMMAND_DISPATCH_H +#ifndef STEAM_CONTROL_COMMAND_DISPATCH_H +#define STEAM_CONTROL_COMMAND_DISPATCH_H #include "steam/control/command.hpp" @@ -65,4 +65,4 @@ namespace control { }} // namespace proc::control -#endif /*PROC_CONTROL_COMMAND_DISPATCH_H*/ +#endif /*STEAM_CONTROL_COMMAND_DISPATCH_H*/ diff --git a/src/steam/control/command-queue.hpp b/src/steam/control/command-queue.hpp index 0a744bdb5..2a7227165 100644 --- a/src/steam/control/command-queue.hpp +++ b/src/steam/control/command-queue.hpp @@ -39,8 +39,8 @@ -#ifndef PROC_CONTROL_COMMAND_QUEUE_H -#define PROC_CONTROL_COMMAND_QUEUE_H +#ifndef STEAM_CONTROL_COMMAND_QUEUE_H +#define STEAM_CONTROL_COMMAND_QUEUE_H #include "steam/control/command.hpp" #include "lib/iter-stack.hpp" @@ -92,4 +92,4 @@ namespace control { }} // namespace proc::control -#endif /*PROC_CONTROL_COMMAND_QUEUE_H*/ +#endif /*STEAM_CONTROL_COMMAND_QUEUE_H*/ diff --git a/src/steam/control/looper.hpp b/src/steam/control/looper.hpp index 1f1a59bf3..deb6b39f2 100644 --- a/src/steam/control/looper.hpp +++ b/src/steam/control/looper.hpp @@ -46,8 +46,8 @@ -#ifndef PROC_CONTROL_LOOPER_H -#define PROC_CONTROL_LOOPER_H +#ifndef STEAM_CONTROL_LOOPER_H +#define STEAM_CONTROL_LOOPER_H #include "lib/time/timevalue.hpp" #include "vault/real-clock.hpp" @@ -74,7 +74,7 @@ namespace control { * @todo this value should be retrieved from configuration ////////////////////////////////TICKET #1052 : access application configuration * @see Looper::establishWakeTimeout() */ - const uint PROC_DISPATCHER_BUILDER_DELAY_ms = 50; + const uint STEAM_DISPATCHER_BUILDER_DELAY_ms = 50; /** * Factor to slow down the latency when the command queue is not empty. @@ -84,7 +84,7 @@ namespace control { * are still waiting in the queue. * @todo this value should be retrieved from configuration ////////////////////////////////TICKET #1052 : access application configuration */ - const uint PROC_DISPATCHER_BUSY_SLOWDOWN_FACTOR = 15; + const uint STEAM_DISPATCHER_BUSY_SLOWDOWN_FACTOR = 15; } @@ -239,13 +239,13 @@ namespace control { inline uint Looper::wakeTimeout_ms() { - return PROC_DISPATCHER_BUILDER_DELAY_ms; + return STEAM_DISPATCHER_BUILDER_DELAY_ms; } inline uint Looper::slowdownFactor() { - return PROC_DISPATCHER_BUSY_SLOWDOWN_FACTOR; + return STEAM_DISPATCHER_BUSY_SLOWDOWN_FACTOR; } inline void @@ -269,4 +269,4 @@ namespace control { }} // namespace proc::control -#endif /*PROC_CONTROL_LOOPER_H*/ +#endif /*STEAM_CONTROL_LOOPER_H*/ diff --git a/src/steam/control/media-impl-lib.hpp b/src/steam/control/media-impl-lib.hpp index e8742b3af..7297b1c06 100644 --- a/src/steam/control/media-impl-lib.hpp +++ b/src/steam/control/media-impl-lib.hpp @@ -33,8 +33,8 @@ */ -#ifndef PROC_CONTROL_MEDIA_IMPL_LIB_H -#define PROC_CONTROL_MEDIA_IMPL_LIB_H +#ifndef STEAM_CONTROL_MEDIA_IMPL_LIB_H +#define STEAM_CONTROL_MEDIA_IMPL_LIB_H #include "steam/streamtype.hpp" @@ -64,4 +64,4 @@ namespace control { }} // namespace proc::control -#endif /*PROC_CONTROL_MEDIA_IMPL_LIB_H*/ +#endif /*STEAM_CONTROL_MEDIA_IMPL_LIB_H*/ diff --git a/src/steam/control/proc-dispatcher.hpp b/src/steam/control/proc-dispatcher.hpp index 0009e2f66..04b9f560e 100644 --- a/src/steam/control/proc-dispatcher.hpp +++ b/src/steam/control/proc-dispatcher.hpp @@ -51,8 +51,8 @@ -#ifndef PROC_CONTROL_PROC_DISPATCHER_H -#define PROC_CONTROL_PROC_DISPATCHER_H +#ifndef STEAM_CONTROL_PROC_DISPATCHER_H +#define STEAM_CONTROL_PROC_DISPATCHER_H #include "common/subsys.hpp" #include "lib/depend.hpp" @@ -113,4 +113,4 @@ namespace control { }} // namespace proc::control -#endif /*PROC_CONTROL_PROC_DISPATCHER_H*/ +#endif /*STEAM_CONTROL_PROC_DISPATCHER_H*/ diff --git a/src/steam/control/session-command-service.hpp b/src/steam/control/session-command-service.hpp index 689ac8f69..243058a63 100644 --- a/src/steam/control/session-command-service.hpp +++ b/src/steam/control/session-command-service.hpp @@ -38,8 +38,8 @@ */ -#ifndef PROC_CONTROL_SESSION_COMMAND_SERVICE_H -#define PROC_CONTROL_SESSION_COMMAND_SERVICE_H +#ifndef STEAM_CONTROL_SESSION_COMMAND_SERVICE_H +#define STEAM_CONTROL_SESSION_COMMAND_SERVICE_H #include "include/session-command-facade.h" @@ -106,4 +106,4 @@ namespace control { }} // namespace proc::control -#endif /*PROC_CONTROL_SESSION_COMMAND_SERVICE_H*/ +#endif /*STEAM_CONTROL_SESSION_COMMAND_SERVICE_H*/ diff --git a/src/steam/control/stypemanager.hpp b/src/steam/control/stypemanager.hpp index 973d63627..f794a1da1 100644 --- a/src/steam/control/stypemanager.hpp +++ b/src/steam/control/stypemanager.hpp @@ -28,8 +28,8 @@ */ -#ifndef PROC_CONTROL_STYPEMANAGER_H -#define PROC_CONTROL_STYPEMANAGER_H +#ifndef STEAM_CONTROL_STYPEMANAGER_H +#define STEAM_CONTROL_STYPEMANAGER_H #include "steam/streamtype.hpp" diff --git a/src/steam/controllerfacade.hpp b/src/steam/controllerfacade.hpp index f96cef0f9..a410d582b 100644 --- a/src/steam/controllerfacade.hpp +++ b/src/steam/controllerfacade.hpp @@ -27,8 +27,8 @@ */ -#ifndef PROC_INTERFACE_CONTROLLERFACADE_H -#define PROC_INTERFACE_CONTROLLERFACADE_H +#ifndef STEAM_INTERFACE_CONTROLLERFACADE_H +#define STEAM_INTERFACE_CONTROLLERFACADE_H diff --git a/src/steam/engine/buffer-local-key.hpp b/src/steam/engine/buffer-local-key.hpp index ac2b266d2..2f3b510ef 100644 --- a/src/steam/engine/buffer-local-key.hpp +++ b/src/steam/engine/buffer-local-key.hpp @@ -26,8 +26,8 @@ */ -#ifndef PROC_ENGINE_BUFFR_LOCAL_KEY_H -#define PROC_ENGINE_BUFFR_LOCAL_KEY_H +#ifndef STEAM_ENGINE_BUFFR_LOCAL_KEY_H +#define STEAM_ENGINE_BUFFR_LOCAL_KEY_H #include "lib/error.hpp" diff --git a/src/steam/engine/buffer-metadata.hpp b/src/steam/engine/buffer-metadata.hpp index e3fc421f0..0f1da6482 100644 --- a/src/steam/engine/buffer-metadata.hpp +++ b/src/steam/engine/buffer-metadata.hpp @@ -50,8 +50,8 @@ ** @see BufferProviderProtocol_test */ -#ifndef PROC_ENGINE_BUFFR_METADATA_H -#define PROC_ENGINE_BUFFR_METADATA_H +#ifndef STEAM_ENGINE_BUFFR_METADATA_H +#define STEAM_ENGINE_BUFFR_METADATA_H #include "lib/error.hpp" diff --git a/src/steam/engine/buffer-provider.hpp b/src/steam/engine/buffer-provider.hpp index 2dfbea700..8e6fd781d 100644 --- a/src/steam/engine/buffer-provider.hpp +++ b/src/steam/engine/buffer-provider.hpp @@ -38,8 +38,8 @@ ** @see output-slot.hpp */ -#ifndef PROC_ENGINE_BUFFR_PROVIDER_H -#define PROC_ENGINE_BUFFR_PROVIDER_H +#ifndef STEAM_ENGINE_BUFFR_PROVIDER_H +#define STEAM_ENGINE_BUFFR_PROVIDER_H #include "lib/error.hpp" diff --git a/src/steam/engine/calc-plan-continuation.hpp b/src/steam/engine/calc-plan-continuation.hpp index 0b9402a9c..33c373808 100644 --- a/src/steam/engine/calc-plan-continuation.hpp +++ b/src/steam/engine/calc-plan-continuation.hpp @@ -33,8 +33,8 @@ */ -#ifndef PROC_ENGINE_CALC_PLAN_CONTINUATION_H -#define PROC_ENGINE_CALC_PLAN_CONTINUATION_H +#ifndef STEAM_ENGINE_CALC_PLAN_CONTINUATION_H +#define STEAM_ENGINE_CALC_PLAN_CONTINUATION_H #include "steam/common.hpp" #include "steam/mobject/model-port.hpp" diff --git a/src/steam/engine/calc-stream.hpp b/src/steam/engine/calc-stream.hpp index abcceba71..fd7736589 100644 --- a/src/steam/engine/calc-stream.hpp +++ b/src/steam/engine/calc-stream.hpp @@ -41,8 +41,8 @@ -#ifndef PROC_ENGINE_CALC_STREAM_H -#define PROC_ENGINE_CALC_STREAM_H +#ifndef STEAM_ENGINE_CALC_STREAM_H +#define STEAM_ENGINE_CALC_STREAM_H #include "lib/error.hpp" @@ -157,4 +157,4 @@ namespace engine{ }}// namespace proc::engine -#endif /*PROC_ENGINE_CALC_STREAM_H*/ +#endif /*STEAM_ENGINE_CALC_STREAM_H*/ diff --git a/src/steam/engine/diagnostic-buffer-provider.hpp b/src/steam/engine/diagnostic-buffer-provider.hpp index 2973059f2..4d1073851 100644 --- a/src/steam/engine/diagnostic-buffer-provider.hpp +++ b/src/steam/engine/diagnostic-buffer-provider.hpp @@ -26,8 +26,8 @@ ** @see buffer-provider-protocol-test.cpp */ -#ifndef PROC_ENGINE_DIAGNOSTIC_BUFFR_PROVIDER_H -#define PROC_ENGINE_DIAGNOSTIC_BUFFR_PROVIDER_H +#ifndef STEAM_ENGINE_DIAGNOSTIC_BUFFR_PROVIDER_H +#define STEAM_ENGINE_DIAGNOSTIC_BUFFR_PROVIDER_H #include "lib/error.hpp" diff --git a/src/steam/engine/dispatch-table.hpp b/src/steam/engine/dispatch-table.hpp index 5364af5e2..9cae24ad3 100644 --- a/src/steam/engine/dispatch-table.hpp +++ b/src/steam/engine/dispatch-table.hpp @@ -27,8 +27,8 @@ */ -#ifndef PROC_ENGINE_DISPATCH_TABLE_H -#define PROC_ENGINE_DISPATCH_TABLE_H +#ifndef STEAM_ENGINE_DISPATCH_TABLE_H +#define STEAM_ENGINE_DISPATCH_TABLE_H #include "steam/common.hpp" #include "steam/engine/dispatcher.hpp" diff --git a/src/steam/engine/dispatcher.hpp b/src/steam/engine/dispatcher.hpp index 535a21a90..24af315ab 100644 --- a/src/steam/engine/dispatcher.hpp +++ b/src/steam/engine/dispatcher.hpp @@ -32,8 +32,8 @@ */ -#ifndef PROC_ENGINE_DISPATCHER_H -#define PROC_ENGINE_DISPATCHER_H +#ifndef STEAM_ENGINE_DISPATCHER_H +#define STEAM_ENGINE_DISPATCHER_H #include "steam/common.hpp" #include "steam/mobject/model-port.hpp" diff --git a/src/steam/engine/engine-diagnostics.hpp b/src/steam/engine/engine-diagnostics.hpp index 1ea30b462..7bb1a909b 100644 --- a/src/steam/engine/engine-diagnostics.hpp +++ b/src/steam/engine/engine-diagnostics.hpp @@ -33,8 +33,8 @@ */ -#ifndef PROC_ENGINE_ENGINE_DIAGNOSTICS_H -#define PROC_ENGINE_ENGINE_DIAGNOSTICS_H +#ifndef STEAM_ENGINE_ENGINE_DIAGNOSTICS_H +#define STEAM_ENGINE_ENGINE_DIAGNOSTICS_H #include "lib/error.hpp" diff --git a/src/steam/engine/engine-service-mock.hpp b/src/steam/engine/engine-service-mock.hpp index f410140ee..a66ce00e5 100644 --- a/src/steam/engine/engine-service-mock.hpp +++ b/src/steam/engine/engine-service-mock.hpp @@ -37,8 +37,8 @@ */ -#ifndef PROC_ENGINE_ENGINE_SERVICE_MOCK_H -#define PROC_ENGINE_ENGINE_SERVICE_MOCK_H +#ifndef STEAM_ENGINE_ENGINE_SERVICE_MOCK_H +#define STEAM_ENGINE_ENGINE_SERVICE_MOCK_H #include "lib/error.hpp" diff --git a/src/steam/engine/engine-service.hpp b/src/steam/engine/engine-service.hpp index 130b63db2..44db9c431 100644 --- a/src/steam/engine/engine-service.hpp +++ b/src/steam/engine/engine-service.hpp @@ -48,8 +48,8 @@ */ -#ifndef PROC_ENGINE_ENGINE_SERVICE_H -#define PROC_ENGINE_ENGINE_SERVICE_H +#ifndef STEAM_ENGINE_ENGINE_SERVICE_H +#define STEAM_ENGINE_ENGINE_SERVICE_H #include "lib/error.hpp" @@ -175,4 +175,4 @@ namespace engine{ }} // namespace proc::engine -#endif /*PROC_ENGINE_ENGINE_SERVICE_H*/ +#endif /*STEAM_ENGINE_ENGINE_SERVICE_H*/ diff --git a/src/steam/engine/frame-coord.hpp b/src/steam/engine/frame-coord.hpp index f2afb4d08..8f2d56408 100644 --- a/src/steam/engine/frame-coord.hpp +++ b/src/steam/engine/frame-coord.hpp @@ -26,8 +26,8 @@ */ -#ifndef PROC_ENGINE_FRAME_COORD_H -#define PROC_ENGINE_FRAME_COORD_H +#ifndef STEAM_ENGINE_FRAME_COORD_H +#define STEAM_ENGINE_FRAME_COORD_H #include "steam/common.hpp" #include "steam/mobject/model-port.hpp" diff --git a/src/steam/engine/job-planning.hpp b/src/steam/engine/job-planning.hpp index f6a8df2d2..3b2ed6ffd 100644 --- a/src/steam/engine/job-planning.hpp +++ b/src/steam/engine/job-planning.hpp @@ -61,8 +61,8 @@ */ -#ifndef PROC_ENGINE_JOB_PLANNING_H -#define PROC_ENGINE_JOB_PLANNING_H +#ifndef STEAM_ENGINE_JOB_PLANNING_H +#define STEAM_ENGINE_JOB_PLANNING_H #include "steam/common.hpp" #include "vault/engine/job.h" diff --git a/src/steam/engine/job-ticket.hpp b/src/steam/engine/job-ticket.hpp index 4e8e58ff0..6071ec229 100644 --- a/src/steam/engine/job-ticket.hpp +++ b/src/steam/engine/job-ticket.hpp @@ -29,8 +29,8 @@ */ -#ifndef PROC_ENGINE_JOB_TICKET_H -#define PROC_ENGINE_JOB_TICKET_H +#ifndef STEAM_ENGINE_JOB_TICKET_H +#define STEAM_ENGINE_JOB_TICKET_H #include "steam/common.hpp" //#include "steam/state.hpp" diff --git a/src/steam/engine/mask.hpp b/src/steam/engine/mask.hpp index f8dd6aa5e..042d13c7e 100644 --- a/src/steam/engine/mask.hpp +++ b/src/steam/engine/mask.hpp @@ -30,8 +30,8 @@ */ -#ifndef PROC_ENGINE_MASK_H -#define PROC_ENGINE_MASK_H +#ifndef STEAM_ENGINE_MASK_H +#define STEAM_ENGINE_MASK_H #include "steam/engine/procnode.hpp" @@ -51,4 +51,4 @@ namespace engine{ }} // namespace proc::engine -#endif /*PROC_ENGINE_MASK_H*/ +#endif /*STEAM_ENGINE_MASK_H*/ diff --git a/src/steam/engine/nodeoperation.hpp b/src/steam/engine/nodeoperation.hpp index 58d88d52d..91588adce 100644 --- a/src/steam/engine/nodeoperation.hpp +++ b/src/steam/engine/nodeoperation.hpp @@ -282,8 +282,8 @@ namespace config { ///////////////////////////: but BufferProvider selection is going to be solved differently anyway, see Ticket #249 template struct SelectBuffProvider { typedef AllocBufferFromParent Type; }; - template - struct SelectBuffProvider< Config> { typedef AllocBufferFromCache Type; }; + template + struct SelectBuffProvider< Config> { typedef AllocBufferFromCache Type; }; template diff --git a/src/steam/engine/renderengine.hpp b/src/steam/engine/renderengine.hpp index 526b8ae5b..b29375f36 100644 --- a/src/steam/engine/renderengine.hpp +++ b/src/steam/engine/renderengine.hpp @@ -27,8 +27,8 @@ */ -#ifndef PROC_ENGINE_RENDERENGINE_H -#define PROC_ENGINE_RENDERENGINE_H +#ifndef STEAM_ENGINE_RENDERENGINE_H +#define STEAM_ENGINE_RENDERENGINE_H #include "steam/engine/rendergraph.hpp" @@ -69,4 +69,4 @@ namespace engine { }; }} // namespace proc::engine -#endif /*PROC_ENGINE_RENDERENGINE_H*/ +#endif /*STEAM_ENGINE_RENDERENGINE_H*/ diff --git a/src/steam/engine/rendergraph.hpp b/src/steam/engine/rendergraph.hpp index b10eb4d74..0924fa9b7 100644 --- a/src/steam/engine/rendergraph.hpp +++ b/src/steam/engine/rendergraph.hpp @@ -26,8 +26,8 @@ */ -#ifndef PROC_ENGINE_RENDERGRAPH_H -#define PROC_ENGINE_RENDERGRAPH_H +#ifndef STEAM_ENGINE_RENDERGRAPH_H +#define STEAM_ENGINE_RENDERGRAPH_H #include "steam/common.hpp" #include "steam/state.hpp" @@ -71,4 +71,4 @@ namespace engine { }} // namespace proc::engine -#endif /*PROC_ENGINE_RENDERGRAPH_H*/ +#endif /*STEAM_ENGINE_RENDERGRAPH_H*/ diff --git a/src/steam/engine/time-anchor.hpp b/src/steam/engine/time-anchor.hpp index 0e0ee8c4f..7dfa5c1fb 100644 --- a/src/steam/engine/time-anchor.hpp +++ b/src/steam/engine/time-anchor.hpp @@ -33,8 +33,8 @@ */ -#ifndef PROC_ENGINE_TIME_ANCHOR_H -#define PROC_ENGINE_TIME_ANCHOR_H +#ifndef STEAM_ENGINE_TIME_ANCHOR_H +#define STEAM_ENGINE_TIME_ANCHOR_H #include "steam/common.hpp" #include "vault/real-clock.hpp" diff --git a/src/steam/engine/tracking-heap-block-provider.hpp b/src/steam/engine/tracking-heap-block-provider.hpp index fb0807126..9632a905d 100644 --- a/src/steam/engine/tracking-heap-block-provider.hpp +++ b/src/steam/engine/tracking-heap-block-provider.hpp @@ -39,8 +39,8 @@ ** @see buffer-provider-protocol-test.cpp */ -#ifndef PROC_ENGINE_TRACKING_HEAP_BLOCK_PROVIDER_H -#define PROC_ENGINE_TRACKING_HEAP_BLOCK_PROVIDER_H +#ifndef STEAM_ENGINE_TRACKING_HEAP_BLOCK_PROVIDER_H +#define STEAM_ENGINE_TRACKING_HEAP_BLOCK_PROVIDER_H #include "lib/error.hpp" diff --git a/src/steam/engine/type-handler.hpp b/src/steam/engine/type-handler.hpp index 29cef8017..37f09445e 100644 --- a/src/steam/engine/type-handler.hpp +++ b/src/steam/engine/type-handler.hpp @@ -38,8 +38,8 @@ ** @see BufferMetadataKey_test#verifyTypeHandler unit-test */ -#ifndef PROC_ENGINE_TYPE_HANDLER_H -#define PROC_ENGINE_TYPE_HANDLER_H +#ifndef STEAM_ENGINE_TYPE_HANDLER_H +#define STEAM_ENGINE_TYPE_HANDLER_H #include "lib/error.hpp" diff --git a/src/steam/engine/worker/dummy-image-generator.hpp b/src/steam/engine/worker/dummy-image-generator.hpp index c9c00315f..03cc89d4c 100644 --- a/src/steam/engine/worker/dummy-image-generator.hpp +++ b/src/steam/engine/worker/dummy-image-generator.hpp @@ -36,8 +36,8 @@ */ -#ifndef PROC_NODE_DUMMY_IMAGE_GENERATOR_H -#define PROC_NODE_DUMMY_IMAGE_GENERATOR_H +#ifndef STEAM_NODE_DUMMY_IMAGE_GENERATOR_H +#define STEAM_NODE_DUMMY_IMAGE_GENERATOR_H #include "lib/error.hpp" diff --git a/src/steam/engine/worker/dummy-tick.hpp b/src/steam/engine/worker/dummy-tick.hpp index 4fe8ebe0d..b62691ca7 100644 --- a/src/steam/engine/worker/dummy-tick.hpp +++ b/src/steam/engine/worker/dummy-tick.hpp @@ -34,8 +34,8 @@ */ -#ifndef PROC_ENGINE_WORKER_DUMMY_TICK_H -#define PROC_ENGINE_WORKER_DUMMY_TICK_H +#ifndef STEAM_ENGINE_WORKER_DUMMY_TICK_H +#define STEAM_ENGINE_WORKER_DUMMY_TICK_H #include "lib/error.hpp" diff --git a/src/steam/engine/worker/tick-service.hpp b/src/steam/engine/worker/tick-service.hpp index 880c99f7b..a8bde661b 100644 --- a/src/steam/engine/worker/tick-service.hpp +++ b/src/steam/engine/worker/tick-service.hpp @@ -34,8 +34,8 @@ */ -#ifndef PROC_PLAY_TICKSERVICE_H -#define PROC_PLAY_TICKSERVICE_H +#ifndef STEAM_PLAY_TICKSERVICE_H +#define STEAM_PLAY_TICKSERVICE_H #include "lib/error.hpp" diff --git a/src/steam/external/libgavl.hpp b/src/steam/external/libgavl.hpp index 0578470ca..0ebdd657d 100644 --- a/src/steam/external/libgavl.hpp +++ b/src/steam/external/libgavl.hpp @@ -30,8 +30,8 @@ */ -#ifndef PROC_EXTERNAL_LIBGAVL_H -#define PROC_EXTERNAL_LIBGAVL_H +#ifndef STEAM_EXTERNAL_LIBGAVL_H +#define STEAM_EXTERNAL_LIBGAVL_H #include "steam/control/media-impl-lib.hpp" diff --git a/src/steam/facade.hpp b/src/steam/facade.hpp index fcdcfe428..4aa1c3d15 100644 --- a/src/steam/facade.hpp +++ b/src/steam/facade.hpp @@ -33,8 +33,8 @@ -#ifndef PROC_INTERFACE_FACADE_H -#define PROC_INTERFACE_FACADE_H +#ifndef STEAM_INTERFACE_FACADE_H +#define STEAM_INTERFACE_FACADE_H #include "common/subsys.hpp" diff --git a/src/steam/mobject/builder/conmanager.hpp b/src/steam/mobject/builder/conmanager.hpp index 454dbd6ff..853959f5e 100644 --- a/src/steam/mobject/builder/conmanager.hpp +++ b/src/steam/mobject/builder/conmanager.hpp @@ -26,8 +26,8 @@ */ -#ifndef PROC_MOBJECT_BUILDER_CONMANAGER_H -#define PROC_MOBJECT_BUILDER_CONMANAGER_H +#ifndef STEAM_MOBJECT_BUILDER_CONMANAGER_H +#define STEAM_MOBJECT_BUILDER_CONMANAGER_H diff --git a/src/steam/mobject/builder/fixture-change-detector.hpp b/src/steam/mobject/builder/fixture-change-detector.hpp index 21dc79209..6afcf16b6 100644 --- a/src/steam/mobject/builder/fixture-change-detector.hpp +++ b/src/steam/mobject/builder/fixture-change-detector.hpp @@ -40,8 +40,8 @@ */ -#ifndef PROC_MOBJECT_BUILDER_FIXTURE_CHANGE_DETECTOR_H -#define PROC_MOBJECT_BUILDER_FIXTURE_CHANGE_DETECTOR_H +#ifndef STEAM_MOBJECT_BUILDER_FIXTURE_CHANGE_DETECTOR_H +#define STEAM_MOBJECT_BUILDER_FIXTURE_CHANGE_DETECTOR_H #include "lib/error.hpp" //#include "lib/optional-ref.hpp" diff --git a/src/steam/mobject/builder/model-port-registry.hpp b/src/steam/mobject/builder/model-port-registry.hpp index fa006c928..77376b193 100644 --- a/src/steam/mobject/builder/model-port-registry.hpp +++ b/src/steam/mobject/builder/model-port-registry.hpp @@ -46,8 +46,8 @@ */ -#ifndef PROC_MOBJECT_BUILDER_MODEL_PORT_REGISTRY_H -#define PROC_MOBJECT_BUILDER_MODEL_PORT_REGISTRY_H +#ifndef STEAM_MOBJECT_BUILDER_MODEL_PORT_REGISTRY_H +#define STEAM_MOBJECT_BUILDER_MODEL_PORT_REGISTRY_H #include "lib/error.hpp" #include "lib/optional-ref.hpp" diff --git a/src/steam/mobject/builderfacade.hpp b/src/steam/mobject/builderfacade.hpp index e883a17cc..c723b9faf 100644 --- a/src/steam/mobject/builderfacade.hpp +++ b/src/steam/mobject/builderfacade.hpp @@ -32,8 +32,8 @@ */ -#ifndef PROC_MOBJECT_BUILDERFACADE_H -#define PROC_MOBJECT_BUILDERFACADE_H +#ifndef STEAM_MOBJECT_BUILDERFACADE_H +#define STEAM_MOBJECT_BUILDERFACADE_H #include "lib/error.hpp" #include "steam/mobject/builder/common.hpp" @@ -62,4 +62,4 @@ namespace mobject { }} // namespace proc::mobject -#endif /*PROC_MOBJECT_BUILDERFACADE_H*/ +#endif /*STEAM_MOBJECT_BUILDERFACADE_H*/ diff --git a/src/steam/mobject/explicitplacement.hpp b/src/steam/mobject/explicitplacement.hpp index 6e46bb55d..3e09b8f54 100644 --- a/src/steam/mobject/explicitplacement.hpp +++ b/src/steam/mobject/explicitplacement.hpp @@ -36,8 +36,8 @@ */ -#ifndef PROC_MOBJECT_EXPLICITPLACEMENT_H -#define PROC_MOBJECT_EXPLICITPLACEMENT_H +#ifndef STEAM_MOBJECT_EXPLICITPLACEMENT_H +#define STEAM_MOBJECT_EXPLICITPLACEMENT_H #include "steam/mobject/placement.hpp" @@ -100,4 +100,4 @@ namespace mobject { }} // namespace proc::mobject -#endif /*PROC_MOBJECT_EXPLICITPLACEMENT_H*/ +#endif /*STEAM_MOBJECT_EXPLICITPLACEMENT_H*/ diff --git a/src/steam/mobject/interpolator.hpp b/src/steam/mobject/interpolator.hpp index 9d59ed8b4..92b9eeb53 100644 --- a/src/steam/mobject/interpolator.hpp +++ b/src/steam/mobject/interpolator.hpp @@ -28,8 +28,8 @@ */ -#ifndef PROC_MOBJECT_INTERPOLATOR_H -#define PROC_MOBJECT_INTERPOLATOR_H +#ifndef STEAM_MOBJECT_INTERPOLATOR_H +#define STEAM_MOBJECT_INTERPOLATOR_H @@ -50,4 +50,4 @@ namespace mobject { }} // namespace proc::mobject -#endif /*PROC_MOBJECT_INTERPOLATOR_H*/ +#endif /*STEAM_MOBJECT_INTERPOLATOR_H*/ diff --git a/src/steam/mobject/mobject.hpp b/src/steam/mobject/mobject.hpp index 8aaa1bea5..70295f038 100644 --- a/src/steam/mobject/mobject.hpp +++ b/src/steam/mobject/mobject.hpp @@ -36,8 +36,8 @@ */ -#ifndef PROC_MOBJECT_MOBJECT_H -#define PROC_MOBJECT_MOBJECT_H +#ifndef STEAM_MOBJECT_MOBJECT_H +#define STEAM_MOBJECT_MOBJECT_H #include "steam/common.hpp" #include "steam/mobject/builder/buildertool.hpp" @@ -122,4 +122,4 @@ namespace mobject { }} // namespace proc::mobject -#endif /*PROC_MOBJECT_MOBJECT_H*/ +#endif /*STEAM_MOBJECT_MOBJECT_H*/ diff --git a/src/steam/mobject/model-port.hpp b/src/steam/mobject/model-port.hpp index 82e1c2cc5..0084d5454 100644 --- a/src/steam/mobject/model-port.hpp +++ b/src/steam/mobject/model-port.hpp @@ -63,8 +63,8 @@ */ -#ifndef PROC_MOBJECT_MODEL_PORT_H -#define PROC_MOBJECT_MODEL_PORT_H +#ifndef STEAM_MOBJECT_MODEL_PORT_H +#define STEAM_MOBJECT_MODEL_PORT_H #include "steam/asset/pipe.hpp" #include "steam/streamtype.hpp" diff --git a/src/steam/mobject/output-designation.hpp b/src/steam/mobject/output-designation.hpp index e316ec69a..92ff8c0af 100644 --- a/src/steam/mobject/output-designation.hpp +++ b/src/steam/mobject/output-designation.hpp @@ -37,8 +37,8 @@ */ -#ifndef PROC_MOBJECT_OUTPUT_DESIGNATION_H -#define PROC_MOBJECT_OUTPUT_DESIGNATION_H +#ifndef STEAM_MOBJECT_OUTPUT_DESIGNATION_H +#define STEAM_MOBJECT_OUTPUT_DESIGNATION_H #include "steam/asset/pipe.hpp" #include "lib/hash-value.h" @@ -134,4 +134,4 @@ namespace mobject { }} // namespace proc::mobject -#endif /*PROC_MOBJECT_OUTPUT_DESIGNATION_H*/ +#endif /*STEAM_MOBJECT_OUTPUT_DESIGNATION_H*/ diff --git a/src/steam/mobject/output-mapping.hpp b/src/steam/mobject/output-mapping.hpp index 1c69433fd..fd6aa9e59 100644 --- a/src/steam/mobject/output-mapping.hpp +++ b/src/steam/mobject/output-mapping.hpp @@ -49,8 +49,8 @@ -#ifndef PROC_MOBJECT_OUTPUT_MAPPING_H -#define PROC_MOBJECT_OUTPUT_MAPPING_H +#ifndef STEAM_MOBJECT_OUTPUT_MAPPING_H +#define STEAM_MOBJECT_OUTPUT_MAPPING_H #include "lib/error.hpp" #include "lib/util.hpp" diff --git a/src/steam/mobject/parameter.hpp b/src/steam/mobject/parameter.hpp index 0782557f0..55d10e1b2 100644 --- a/src/steam/mobject/parameter.hpp +++ b/src/steam/mobject/parameter.hpp @@ -28,8 +28,8 @@ */ -#ifndef PROC_PROC_MOBJECT_PARAMETER_H -#define PROC_PROC_MOBJECT_PARAMETER_H +#ifndef STEAM_PROC_MOBJECT_PARAMETER_H +#define STEAM_PROC_MOBJECT_PARAMETER_H @@ -59,4 +59,4 @@ namespace mobject { }} // namespace proc::mobject -#endif /*PROC_PROC_MOBJECT_PARAMETER_H*/ +#endif /*STEAM_PROC_MOBJECT_PARAMETER_H*/ diff --git a/src/steam/mobject/paramprovider.hpp b/src/steam/mobject/paramprovider.hpp index 24bdb8ec7..79cfe4bee 100644 --- a/src/steam/mobject/paramprovider.hpp +++ b/src/steam/mobject/paramprovider.hpp @@ -28,8 +28,8 @@ */ -#ifndef PROC_MOBJECT_PARAMPROVIDER_H -#define PROC_MOBJECT_PARAMPROVIDER_H +#ifndef STEAM_MOBJECT_PARAMPROVIDER_H +#define STEAM_MOBJECT_PARAMPROVIDER_H @@ -59,4 +59,4 @@ namespace mobject { }} // namespace proc::mobject -#endif /*PROC_MOBJECT_PARAMPROVIDER_H*/ +#endif /*STEAM_MOBJECT_PARAMPROVIDER_H*/ diff --git a/src/steam/mobject/session/allocation.hpp b/src/steam/mobject/session/allocation.hpp index f27cd2b41..04b4cb7c3 100644 --- a/src/steam/mobject/session/allocation.hpp +++ b/src/steam/mobject/session/allocation.hpp @@ -27,8 +27,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_ALLOCATION_H -#define PROC_MOBJECT_SESSION_ALLOCATION_H +#ifndef STEAM_MOBJECT_SESSION_ALLOCATION_H +#define STEAM_MOBJECT_SESSION_ALLOCATION_H #include "steam/mobject/session/locatingpin.hpp" diff --git a/src/steam/mobject/session/auto.hpp b/src/steam/mobject/session/auto.hpp index 782151b39..644c7dc7b 100644 --- a/src/steam/mobject/session/auto.hpp +++ b/src/steam/mobject/session/auto.hpp @@ -26,8 +26,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_AUTO_H -#define PROC_MOBJECT_SESSION_AUTO_H +#ifndef STEAM_MOBJECT_SESSION_AUTO_H +#define STEAM_MOBJECT_SESSION_AUTO_H #include "steam/mobject/session/meta.hpp" #include "steam/mobject/paramprovider.hpp" diff --git a/src/steam/mobject/session/binding.hpp b/src/steam/mobject/session/binding.hpp index 0a2040ce8..461ddc820 100644 --- a/src/steam/mobject/session/binding.hpp +++ b/src/steam/mobject/session/binding.hpp @@ -29,8 +29,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_BINDING_H -#define PROC_MOBJECT_SESSION_BINDING_H +#ifndef STEAM_MOBJECT_SESSION_BINDING_H +#define STEAM_MOBJECT_SESSION_BINDING_H #include "steam/mobject/session/meta.hpp" #include "steam/mobject/builder/buildertool.hpp" diff --git a/src/steam/mobject/session/bus-mo.hpp b/src/steam/mobject/session/bus-mo.hpp index e8f2ddaad..8e48e6863 100644 --- a/src/steam/mobject/session/bus-mo.hpp +++ b/src/steam/mobject/session/bus-mo.hpp @@ -31,8 +31,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_BUS_MO_H -#define PROC_MOBJECT_SESSION_BUS_MO_H +#ifndef STEAM_MOBJECT_SESSION_BUS_MO_H +#define STEAM_MOBJECT_SESSION_BUS_MO_H #include "steam/mobject/session/meta.hpp" #include "steam/mobject/builder/buildertool.hpp" diff --git a/src/steam/mobject/session/clip.hpp b/src/steam/mobject/session/clip.hpp index 594883dda..eb1375d41 100644 --- a/src/steam/mobject/session/clip.hpp +++ b/src/steam/mobject/session/clip.hpp @@ -28,8 +28,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_CLIP_H -#define PROC_MOBJECT_SESSION_CLIP_H +#ifndef STEAM_MOBJECT_SESSION_CLIP_H +#define STEAM_MOBJECT_SESSION_CLIP_H #include "steam/mobject/session/abstractmo.hpp" #include "lib/time/timevalue.hpp" diff --git a/src/steam/mobject/session/constraint.hpp b/src/steam/mobject/session/constraint.hpp index b3028149f..0ec32a5c7 100644 --- a/src/steam/mobject/session/constraint.hpp +++ b/src/steam/mobject/session/constraint.hpp @@ -27,8 +27,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_CONSTRAINT_H -#define PROC_MOBJECT_SESSION_CONSTRAINT_H +#ifndef STEAM_MOBJECT_SESSION_CONSTRAINT_H +#define STEAM_MOBJECT_SESSION_CONSTRAINT_H #include "steam/mobject/session/allocation.hpp" diff --git a/src/steam/mobject/session/dummy-session-connection.hpp b/src/steam/mobject/session/dummy-session-connection.hpp index bb8f7916a..110a79f7a 100644 --- a/src/steam/mobject/session/dummy-session-connection.hpp +++ b/src/steam/mobject/session/dummy-session-connection.hpp @@ -40,8 +40,8 @@ ** */ -#ifndef PROC_MOBJECT_SESSION_DUMMY_SESSION_CONNECTION_H -#define PROC_MOBJECT_SESSION_DUMMY_SESSION_CONNECTION_H +#ifndef STEAM_MOBJECT_SESSION_DUMMY_SESSION_CONNECTION_H +#define STEAM_MOBJECT_SESSION_DUMMY_SESSION_CONNECTION_H #include "lib/error.hpp" #include "lib/depend.hpp" diff --git a/src/steam/mobject/session/effect.hpp b/src/steam/mobject/session/effect.hpp index 5c18700b0..897854f9e 100644 --- a/src/steam/mobject/session/effect.hpp +++ b/src/steam/mobject/session/effect.hpp @@ -26,8 +26,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_EFFECT_H -#define PROC_MOBJECT_SESSION_EFFECT_H +#ifndef STEAM_MOBJECT_SESSION_EFFECT_H +#define STEAM_MOBJECT_SESSION_EFFECT_H #include "steam/mobject/session/abstractmo.hpp" diff --git a/src/steam/mobject/session/element-query.hpp b/src/steam/mobject/session/element-query.hpp index 873cc7ec2..7b4827550 100644 --- a/src/steam/mobject/session/element-query.hpp +++ b/src/steam/mobject/session/element-query.hpp @@ -29,8 +29,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_ELEMENT_QUERY_H -#define PROC_MOBJECT_SESSION_ELEMENT_QUERY_H +#ifndef STEAM_MOBJECT_SESSION_ELEMENT_QUERY_H +#define STEAM_MOBJECT_SESSION_ELEMENT_QUERY_H #include "steam/mobject/placement.hpp" diff --git a/src/steam/mobject/session/fixedlocation.hpp b/src/steam/mobject/session/fixedlocation.hpp index 0adf4f321..cf547cbe3 100644 --- a/src/steam/mobject/session/fixedlocation.hpp +++ b/src/steam/mobject/session/fixedlocation.hpp @@ -32,8 +32,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_FIXEDLOCATION_H -#define PROC_MOBJECT_SESSION_FIXEDLOCATION_H +#ifndef STEAM_MOBJECT_SESSION_FIXEDLOCATION_H +#define STEAM_MOBJECT_SESSION_FIXEDLOCATION_H #include "steam/mobject/session/locatingpin.hpp" diff --git a/src/steam/mobject/session/generator-mo.hpp b/src/steam/mobject/session/generator-mo.hpp index 5b13a9be5..db2e5013e 100644 --- a/src/steam/mobject/session/generator-mo.hpp +++ b/src/steam/mobject/session/generator-mo.hpp @@ -29,8 +29,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_GENERATOR_MO_H -#define PROC_MOBJECT_SESSION_GENERATOR_MO_H +#ifndef STEAM_MOBJECT_SESSION_GENERATOR_MO_H +#define STEAM_MOBJECT_SESSION_GENERATOR_MO_H #include "steam/mobject/session/abstractmo.hpp" #include "lib/time/timevalue.hpp" diff --git a/src/steam/mobject/session/label.hpp b/src/steam/mobject/session/label.hpp index 0d83f093b..e3e909f10 100644 --- a/src/steam/mobject/session/label.hpp +++ b/src/steam/mobject/session/label.hpp @@ -33,8 +33,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_LABEL_H -#define PROC_MOBJECT_SESSION_LABEL_H +#ifndef STEAM_MOBJECT_SESSION_LABEL_H +#define STEAM_MOBJECT_SESSION_LABEL_H #include "steam/mobject/session/meta.hpp" #include "lib/symbol.hpp" diff --git a/src/steam/mobject/session/lifecycle-advisor.hpp b/src/steam/mobject/session/lifecycle-advisor.hpp index c4e38d0eb..ca83022b8 100644 --- a/src/steam/mobject/session/lifecycle-advisor.hpp +++ b/src/steam/mobject/session/lifecycle-advisor.hpp @@ -46,8 +46,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_LIFECYCLE_ADVISOR_H -#define PROC_MOBJECT_SESSION_LIFECYCLE_ADVISOR_H +#ifndef STEAM_MOBJECT_SESSION_LIFECYCLE_ADVISOR_H +#define STEAM_MOBJECT_SESSION_LIFECYCLE_ADVISOR_H #include "lib/error.hpp" #include "lib/nocopy.hpp" diff --git a/src/steam/mobject/session/locatingpin.hpp b/src/steam/mobject/session/locatingpin.hpp index 6758bb747..e8314b772 100644 --- a/src/steam/mobject/session/locatingpin.hpp +++ b/src/steam/mobject/session/locatingpin.hpp @@ -43,8 +43,8 @@ -#ifndef PROC_MOBJECT_SESSION_LOCATINGPIN_H -#define PROC_MOBJECT_SESSION_LOCATINGPIN_H +#ifndef STEAM_MOBJECT_SESSION_LOCATINGPIN_H +#define STEAM_MOBJECT_SESSION_LOCATINGPIN_H #include "steam/common.hpp" diff --git a/src/steam/mobject/session/meta.hpp b/src/steam/mobject/session/meta.hpp index 23450c318..6e2351596 100644 --- a/src/steam/mobject/session/meta.hpp +++ b/src/steam/mobject/session/meta.hpp @@ -28,8 +28,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_META_H -#define PROC_MOBJECT_SESSION_META_H +#ifndef STEAM_MOBJECT_SESSION_META_H +#define STEAM_MOBJECT_SESSION_META_H #include "steam/mobject/session/abstractmo.hpp" diff --git a/src/steam/mobject/session/mobjectfactory.hpp b/src/steam/mobject/session/mobjectfactory.hpp index 92feaf23e..ad79e4fa7 100644 --- a/src/steam/mobject/session/mobjectfactory.hpp +++ b/src/steam/mobject/session/mobjectfactory.hpp @@ -29,8 +29,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_MOBJECTFACTORY_H -#define PROC_MOBJECT_SESSION_MOBJECTFACTORY_H +#ifndef STEAM_MOBJECT_SESSION_MOBJECTFACTORY_H +#define STEAM_MOBJECT_SESSION_MOBJECTFACTORY_H #include "steam/mobject/mobject.hpp" #include "lib/idi/entry-id.hpp" diff --git a/src/steam/mobject/session/placement-index.hpp b/src/steam/mobject/session/placement-index.hpp index 553759abd..c280e3fe1 100644 --- a/src/steam/mobject/session/placement-index.hpp +++ b/src/steam/mobject/session/placement-index.hpp @@ -103,8 +103,8 @@ -#ifndef PROC_MOBJECT_PLACEMENT_INDEX_H -#define PROC_MOBJECT_PLACEMENT_INDEX_H +#ifndef STEAM_MOBJECT_PLACEMENT_INDEX_H +#define STEAM_MOBJECT_PLACEMENT_INDEX_H #include "lib/util.hpp" #include "lib/error.hpp" diff --git a/src/steam/mobject/session/root.hpp b/src/steam/mobject/session/root.hpp index fb093e066..fbd323da7 100644 --- a/src/steam/mobject/session/root.hpp +++ b/src/steam/mobject/session/root.hpp @@ -34,8 +34,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_ROOT_H -#define PROC_MOBJECT_SESSION_ROOT_H +#ifndef STEAM_MOBJECT_SESSION_ROOT_H +#define STEAM_MOBJECT_SESSION_ROOT_H #include "steam/mobject/session/meta.hpp" #include "steam/mobject/builder/buildertool.hpp" diff --git a/src/steam/mobject/session/scope-locator.hpp b/src/steam/mobject/session/scope-locator.hpp index 4839eec9e..42dfde42f 100644 --- a/src/steam/mobject/session/scope-locator.hpp +++ b/src/steam/mobject/session/scope-locator.hpp @@ -28,8 +28,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_SCOPE_LOCATOR_H -#define PROC_MOBJECT_SESSION_SCOPE_LOCATOR_H +#ifndef STEAM_MOBJECT_SESSION_SCOPE_LOCATOR_H +#define STEAM_MOBJECT_SESSION_SCOPE_LOCATOR_H #include "steam/mobject/session/scope.hpp" #include "steam/mobject/session/scope-query.hpp" diff --git a/src/steam/mobject/session/scope-path.hpp b/src/steam/mobject/session/scope-path.hpp index a0ee69a16..28cede3b1 100644 --- a/src/steam/mobject/session/scope-path.hpp +++ b/src/steam/mobject/session/scope-path.hpp @@ -84,8 +84,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_SCOPE_PATH_H -#define PROC_MOBJECT_SESSION_SCOPE_PATH_H +#ifndef STEAM_MOBJECT_SESSION_SCOPE_PATH_H +#define STEAM_MOBJECT_SESSION_SCOPE_PATH_H #include "steam/mobject/session/scope.hpp" #include "lib/iter-adapter.hpp" diff --git a/src/steam/mobject/session/scope-query.hpp b/src/steam/mobject/session/scope-query.hpp index 13b80c37c..b3c13d317 100644 --- a/src/steam/mobject/session/scope-query.hpp +++ b/src/steam/mobject/session/scope-query.hpp @@ -38,8 +38,8 @@ -#ifndef PROC_MOBJECT_SESSION_SCOPE_QUERY_H -#define PROC_MOBJECT_SESSION_SCOPE_QUERY_H +#ifndef STEAM_MOBJECT_SESSION_SCOPE_QUERY_H +#define STEAM_MOBJECT_SESSION_SCOPE_QUERY_H #include "steam/mobject/placement.hpp" diff --git a/src/steam/mobject/session/scope.hpp b/src/steam/mobject/session/scope.hpp index 37cf3168e..c6012e87a 100644 --- a/src/steam/mobject/session/scope.hpp +++ b/src/steam/mobject/session/scope.hpp @@ -27,8 +27,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_SCOPE_H -#define PROC_MOBJECT_SESSION_SCOPE_H +#ifndef STEAM_MOBJECT_SESSION_SCOPE_H +#define STEAM_MOBJECT_SESSION_SCOPE_H #include "steam/mobject/placement.hpp" #include "steam/mobject/placement-ref.hpp" diff --git a/src/steam/mobject/session/session-impl.hpp b/src/steam/mobject/session/session-impl.hpp index 14307d440..5670df90f 100644 --- a/src/steam/mobject/session/session-impl.hpp +++ b/src/steam/mobject/session/session-impl.hpp @@ -43,8 +43,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_SESSIONIMPL_H -#define PROC_MOBJECT_SESSION_SESSIONIMPL_H +#ifndef STEAM_MOBJECT_SESSION_SESSIONIMPL_H +#define STEAM_MOBJECT_SESSION_SESSIONIMPL_H #include "steam/mobject/session.hpp" #include "steam/mobject/session/fixture.hpp" diff --git a/src/steam/mobject/session/session-interface-modules.hpp b/src/steam/mobject/session/session-interface-modules.hpp index 91a72f49e..0645cb9c3 100644 --- a/src/steam/mobject/session/session-interface-modules.hpp +++ b/src/steam/mobject/session/session-interface-modules.hpp @@ -67,8 +67,8 @@ */ -#ifndef PROC_MOBJECT_SESSION_INTERFACE_MODULES_H -#define PROC_MOBJECT_SESSION_INTERFACE_MODULES_H +#ifndef STEAM_MOBJECT_SESSION_INTERFACE_MODULES_H +#define STEAM_MOBJECT_SESSION_INTERFACE_MODULES_H #include "lib/element-tracker.hpp" #include "steam/asset/timeline.hpp" diff --git a/src/steam/play/dummy-play-connection.hpp b/src/steam/play/dummy-play-connection.hpp index 91e382842..3ebee78ed 100644 --- a/src/steam/play/dummy-play-connection.hpp +++ b/src/steam/play/dummy-play-connection.hpp @@ -74,8 +74,8 @@ */ -#ifndef PROC_PLAY_DUMMY_PLAY_CONNECTION_H -#define PROC_PLAY_DUMMY_PLAY_CONNECTION_H +#ifndef STEAM_PLAY_DUMMY_PLAY_CONNECTION_H +#define STEAM_PLAY_DUMMY_PLAY_CONNECTION_H //#include "include/dummy-player-facade.h" @@ -276,4 +276,4 @@ namespace play { }} // namespace proc::play -#endif /*PROC_PLAY_DUMMY_PLAY_CONNECTION_H*/ +#endif /*STEAM_PLAY_DUMMY_PLAY_CONNECTION_H*/ diff --git a/src/steam/play/dummy-player-service.hpp b/src/steam/play/dummy-player-service.hpp index de77ca2a0..9be9b553d 100644 --- a/src/steam/play/dummy-player-service.hpp +++ b/src/steam/play/dummy-player-service.hpp @@ -37,8 +37,8 @@ */ -#ifndef PROC_DUMMYPLAYER_SERVICE_H -#define PROC_DUMMYPLAYER_SERVICE_H +#ifndef STEAM_DUMMYPLAYER_SERVICE_H +#define STEAM_DUMMYPLAYER_SERVICE_H #include "include/dummy-player-facade.h" diff --git a/src/steam/play/output-director.hpp b/src/steam/play/output-director.hpp index fb15243db..aa5971725 100644 --- a/src/steam/play/output-director.hpp +++ b/src/steam/play/output-director.hpp @@ -31,8 +31,8 @@ */ -#ifndef PROC_PLAY_OUTPUT_DIRECTOR_H -#define PROC_PLAY_OUTPUT_DIRECTOR_H +#ifndef STEAM_PLAY_OUTPUT_DIRECTOR_H +#define STEAM_PLAY_OUTPUT_DIRECTOR_H #include "lib/error.hpp" diff --git a/src/steam/play/output-manager.hpp b/src/steam/play/output-manager.hpp index 0f356ea07..6eda378b7 100644 --- a/src/steam/play/output-manager.hpp +++ b/src/steam/play/output-manager.hpp @@ -27,8 +27,8 @@ */ -#ifndef PROC_PLAY_OUTPUT_MANAGER_H -#define PROC_PLAY_OUTPUT_MANAGER_H +#ifndef STEAM_PLAY_OUTPUT_MANAGER_H +#define STEAM_PLAY_OUTPUT_MANAGER_H #include "lib/error.hpp" diff --git a/src/steam/play/output-slot-connection.hpp b/src/steam/play/output-slot-connection.hpp index 8b6a8dd2e..45574c71c 100644 --- a/src/steam/play/output-slot-connection.hpp +++ b/src/steam/play/output-slot-connection.hpp @@ -35,8 +35,8 @@ */ -#ifndef PROC_PLAY_OUTPUT_SLOT_CONNECTION_H -#define PROC_PLAY_OUTPUT_SLOT_CONNECTION_H +#ifndef STEAM_PLAY_OUTPUT_SLOT_CONNECTION_H +#define STEAM_PLAY_OUTPUT_SLOT_CONNECTION_H #include "lib/error.hpp" diff --git a/src/steam/play/output-slot.hpp b/src/steam/play/output-slot.hpp index 1d3be1dd6..006493493 100644 --- a/src/steam/play/output-slot.hpp +++ b/src/steam/play/output-slot.hpp @@ -62,8 +62,8 @@ */ -#ifndef PROC_PLAY_OUTPUT_SLOT_H -#define PROC_PLAY_OUTPUT_SLOT_H +#ifndef STEAM_PLAY_OUTPUT_SLOT_H +#define STEAM_PLAY_OUTPUT_SLOT_H #include "lib/error.hpp" diff --git a/src/steam/play/play-controller.hpp b/src/steam/play/play-controller.hpp index e34ba1410..5de6150a2 100644 --- a/src/steam/play/play-controller.hpp +++ b/src/steam/play/play-controller.hpp @@ -28,8 +28,8 @@ */ -#ifndef PROC_PLAY_PLAY_CONTROLLER_H -#define PROC_PLAY_PLAY_CONTROLLER_H +#ifndef STEAM_PLAY_PLAY_CONTROLLER_H +#define STEAM_PLAY_PLAY_CONTROLLER_H #include "steam/play/play-service.hpp" diff --git a/src/steam/play/play-process.hpp b/src/steam/play/play-process.hpp index 3b76641ef..a3cf6d606 100644 --- a/src/steam/play/play-process.hpp +++ b/src/steam/play/play-process.hpp @@ -47,8 +47,8 @@ */ -#ifndef PROC_PLAY_PLAY_PROCESS_H -#define PROC_PLAY_PLAY_PROCESS_H +#ifndef STEAM_PLAY_PLAY_PROCESS_H +#define STEAM_PLAY_PLAY_PROCESS_H #include "lib/error.hpp" diff --git a/src/steam/play/play-service.hpp b/src/steam/play/play-service.hpp index b666c499e..c3babe30e 100644 --- a/src/steam/play/play-service.hpp +++ b/src/steam/play/play-service.hpp @@ -52,8 +52,8 @@ */ -#ifndef PROC_PLAY_PLAY_SERVICE_H -#define PROC_PLAY_PLAY_SERVICE_H +#ifndef STEAM_PLAY_PLAY_SERVICE_H +#define STEAM_PLAY_PLAY_SERVICE_H #include "lib/error.hpp" diff --git a/src/steam/play/render-configurator.hpp b/src/steam/play/render-configurator.hpp index 8ee975d56..307e260b7 100644 --- a/src/steam/play/render-configurator.hpp +++ b/src/steam/play/render-configurator.hpp @@ -30,8 +30,8 @@ */ -#ifndef PROC_PLAY_RENDER_CONFIGURATOR_H -#define PROC_PLAY_RENDER_CONFIGURATOR_H +#ifndef STEAM_PLAY_RENDER_CONFIGURATOR_H +#define STEAM_PLAY_RENDER_CONFIGURATOR_H #include "lib/error.hpp" diff --git a/src/steam/play/sound/jack-output.hpp b/src/steam/play/sound/jack-output.hpp index aba5d1db4..31ac1f51f 100644 --- a/src/steam/play/sound/jack-output.hpp +++ b/src/steam/play/sound/jack-output.hpp @@ -30,8 +30,8 @@ */ -#ifndef PROC_PLAY_SOUND_JACK_OUTPUT_H -#define PROC_PLAY_SOUND_JACK_OUTPUT_H +#ifndef STEAM_PLAY_SOUND_JACK_OUTPUT_H +#define STEAM_PLAY_SOUND_JACK_OUTPUT_H //#include "include/display-facade.h" diff --git a/src/steam/play/timings.hpp b/src/steam/play/timings.hpp index 0bcc5536d..9bfc0bc9a 100644 --- a/src/steam/play/timings.hpp +++ b/src/steam/play/timings.hpp @@ -39,8 +39,8 @@ */ -#ifndef PROC_PLAY_TIMINGS_H -#define PROC_PLAY_TIMINGS_H +#ifndef STEAM_PLAY_TIMINGS_H +#define STEAM_PLAY_TIMINGS_H #include "lib/error.hpp" diff --git a/src/steam/state.hpp b/src/steam/state.hpp index 3f7e62521..acf5bbeec 100644 --- a/src/steam/state.hpp +++ b/src/steam/state.hpp @@ -26,8 +26,8 @@ */ -#ifndef PROC_INTERFACE_STATE_H -#define PROC_INTERFACE_STATE_H +#ifndef STEAM_INTERFACE_STATE_H +#define STEAM_INTERFACE_STATE_H #include "lib/error.hpp" diff --git a/src/steam/streamtype.hpp b/src/steam/streamtype.hpp index 412d936d0..6a5ca6f79 100644 --- a/src/steam/streamtype.hpp +++ b/src/steam/streamtype.hpp @@ -31,8 +31,8 @@ */ -#ifndef PROC_STREAMTYPE_H -#define PROC_STREAMTYPE_H +#ifndef STEAM_STREAMTYPE_H +#define STEAM_STREAMTYPE_H #include "lib/symbol.hpp" //#include "common/query.hpp" @@ -199,4 +199,4 @@ namespace lumiera { using proc::StreamType; } -#endif /*PROC_STREAMTYPE_H*/ +#endif /*STEAM_STREAMTYPE_H*/ diff --git a/src/vault/backend.h b/src/vault/backend.h index ec601198a..b95014020 100644 --- a/src/vault/backend.h +++ b/src/vault/backend.h @@ -26,8 +26,8 @@ */ -#ifndef BACKEND_BACKEND_H -#define BACKEND_BACKEND_H +#ifndef VAULT_BACKEND_H +#define VAULT_BACKEND_H #include "lib/mutex.h" @@ -51,4 +51,4 @@ lumiera_backend_init (void); void lumiera_backend_destroy (void); -#endif /*BACKEND_BACKEND_H*/ +#endif /*VAULT_BACKEND_H*/ diff --git a/src/vault/engine/engine-config.h b/src/vault/engine/engine-config.h index 4560c5556..d8930c447 100644 --- a/src/vault/engine/engine-config.h +++ b/src/vault/engine/engine-config.h @@ -26,8 +26,8 @@ */ -#ifndef BACKEND_ENGINE_ENGINE_CONFIG_H -#define BACKEND_ENGINE_ENGINE_CONFIG_H +#ifndef VAULT_ENGINE_ENGINE_CONFIG_H +#define VAULT_ENGINE_ENGINE_CONFIG_H @@ -118,4 +118,4 @@ gavl_time_t lumiera_engine_get_latency (); #ifdef __cplusplus } #endif -#endif/*BACKEND_ENGINE_ENGINE_CONFIG_H*/ +#endif/*VAULT_ENGINE_ENGINE_CONFIG_H*/ diff --git a/src/vault/engine/job.h b/src/vault/engine/job.h index 9fbfe5376..890168fa7 100644 --- a/src/vault/engine/job.h +++ b/src/vault/engine/job.h @@ -46,8 +46,8 @@ */ -#ifndef BACKEND_ENGINE_JOB_H -#define BACKEND_ENGINE_JOB_H +#ifndef VAULT_ENGINE_JOB_H +#define VAULT_ENGINE_JOB_H #include "lib/llist.h" @@ -332,4 +332,4 @@ size_t lumiera_job_get_hash (LumieraJobDefinition); #ifdef __cplusplus } #endif -#endif /*BACKEND_ENGINE_JOB_H*/ +#endif /*VAULT_ENGINE_JOB_H*/ diff --git a/src/vault/engine/scheduler-diagnostics.hpp b/src/vault/engine/scheduler-diagnostics.hpp index 92d4a6f14..d0955f22d 100644 --- a/src/vault/engine/scheduler-diagnostics.hpp +++ b/src/vault/engine/scheduler-diagnostics.hpp @@ -33,8 +33,8 @@ */ -#ifndef BACKEND_ENGINE_SCHEDULER_DIAGNOSTICS_H -#define BACKEND_ENGINE_SCHEDULER_DIAGNOSTICS_H +#ifndef VAULT_ENGINE_SCHEDULER_DIAGNOSTICS_H +#define VAULT_ENGINE_SCHEDULER_DIAGNOSTICS_H #include "lib/error.hpp" diff --git a/src/vault/engine/scheduler-frontend.hpp b/src/vault/engine/scheduler-frontend.hpp index 8501d900e..4e012061a 100644 --- a/src/vault/engine/scheduler-frontend.hpp +++ b/src/vault/engine/scheduler-frontend.hpp @@ -27,8 +27,8 @@ */ -#ifndef BACKEND_ENGINE_SCHEDULER_FRONTEND_H -#define BACKEND_ENGINE_SCHEDULER_FRONTEND_H +#ifndef VAULT_ENGINE_SCHEDULER_FRONTEND_H +#define VAULT_ENGINE_SCHEDULER_FRONTEND_H diff --git a/src/vault/enginefacade.hpp b/src/vault/enginefacade.hpp index 8f595821f..bfad1aea5 100644 --- a/src/vault/enginefacade.hpp +++ b/src/vault/enginefacade.hpp @@ -29,8 +29,8 @@ */ -#ifndef BACKEND_INTERFACE_ENGINEFACADE_H -#define BACKEND_INTERFACE_ENGINEFACADE_H +#ifndef VAULT_INTERFACE_ENGINEFACADE_H +#define VAULT_INTERFACE_ENGINEFACADE_H #include "common/subsys.hpp" diff --git a/src/vault/file.h b/src/vault/file.h index 79eaf8cb0..3cd4aefec 100644 --- a/src/vault/file.h +++ b/src/vault/file.h @@ -32,8 +32,8 @@ ** managed in a 'lumiera_filehandlecache' */ -#ifndef BACKEND_FILE_H -#define BACKEND_FILE_H +#ifndef VAULT_FILE_H +#define VAULT_FILE_H #include "lib/mutex.h" @@ -278,4 +278,4 @@ lumiera_file_unlock (LumieraFile self); -#endif /*BACKEND_FILE_H*/ +#endif /*VAULT_FILE_H*/ diff --git a/src/vault/filedescriptor.h b/src/vault/filedescriptor.h index 24dcd1a74..7b6e3fd5d 100644 --- a/src/vault/filedescriptor.h +++ b/src/vault/filedescriptor.h @@ -25,8 +25,8 @@ ** All information associated with managing a file is kept here. */ -#ifndef BACKEND_FILEDESCRIPTOR_H -#define BACKEND_FILEDESCRIPTOR_H +#ifndef VAULT_FILEDESCRIPTOR_H +#define VAULT_FILEDESCRIPTOR_H #include "lib/mutex.h" #include "lib/rwlock.h" @@ -150,4 +150,4 @@ lumiera_filedescriptor_unlock (LumieraFiledescriptor self); -#endif /*BACKEND_FILEDESCRIPTOR_H*/ +#endif /*VAULT_FILEDESCRIPTOR_H*/ diff --git a/src/vault/filedescriptorregistry.h b/src/vault/filedescriptorregistry.h index 75cb4bf64..095f0ef11 100644 --- a/src/vault/filedescriptorregistry.h +++ b/src/vault/filedescriptorregistry.h @@ -27,8 +27,8 @@ ** they will be freed when not referenced anymore. */ -#ifndef BACKEND_FILEDESCRIPTORREGISTRY_H -#define BACKEND_FILEDESCRIPTORREGISTRY_H +#ifndef VAULT_FILEDESCRIPTORREGISTRY_H +#define VAULT_FILEDESCRIPTORREGISTRY_H #include "vault/filedescriptor.h" @@ -64,4 +64,4 @@ lumiera_filedescriptorregistry_remove (LumieraFiledescriptor self); -#endif /*BACKEND_FILEDESCRIPTORREGISTRY_H*/ +#endif /*VAULT_FILEDESCRIPTORREGISTRY_H*/ diff --git a/src/vault/filehandle.h b/src/vault/filehandle.h index fb8af3b48..ad69ca5a4 100644 --- a/src/vault/filehandle.h +++ b/src/vault/filehandle.h @@ -28,8 +28,8 @@ ** Access to filehandles is locked from elsewhere (filedescriptor, filehandlecache) */ -#ifndef BACKEND_FILEHANDLE_H -#define BACKEND_FILEHANDLE_H +#ifndef VAULT_FILEHANDLE_H +#define VAULT_FILEHANDLE_H #include "lib/error.h" #include "lib/llist.h" @@ -98,4 +98,4 @@ lumiera_filehandle_get (LumieraFilehandle self) return self->fd; } -#endif /*BACKEND_FILEHANDLE_H*/ +#endif /*VAULT_FILEHANDLE_H*/ diff --git a/src/vault/filehandlecache.h b/src/vault/filehandlecache.h index d9e3d1a7e..58908fb94 100644 --- a/src/vault/filehandlecache.h +++ b/src/vault/filehandlecache.h @@ -29,8 +29,8 @@ ** The filehandle cache defined here protects all operations on the cache with a mutex. */ -#ifndef BACKEND_FILEHANDLECACHE_H -#define BACKEND_FILEHANDLECACHE_H +#ifndef VAULT_FILEHANDLECACHE_H +#define VAULT_FILEHANDLECACHE_H #include "lib/error.h" #include "lib/mrucache.h" @@ -96,4 +96,4 @@ lumiera_filehandlecache_checkin (LumieraFilehandle handle); -#endif /*BACKEND_FILEHANDLECACHE_H*/ +#endif /*VAULT_FILEHANDLECACHE_H*/ diff --git a/src/vault/fileheader.h b/src/vault/fileheader.h index 93155642f..8998a98fa 100644 --- a/src/vault/fileheader.h +++ b/src/vault/fileheader.h @@ -32,8 +32,8 @@ ** */ -#ifndef BACKEND_FILEHEADER_H -#define BACKEND_FILEHEADER_H +#ifndef VAULT_FILEHEADER_H +#define VAULT_FILEHEADER_H #include "lib/error.h" @@ -192,7 +192,7 @@ LumieraFileheader lumiera_fileheader_flags_clear (LumieraFileheader self, const char* flags); -#endif /*BACKEND_FILEHEADER_H*/ +#endif /*VAULT_FILEHEADER_H*/ /* // Local Variables: // mode: C diff --git a/src/vault/media-access-facade.hpp b/src/vault/media-access-facade.hpp index 6ebb081d7..ba3817a72 100644 --- a/src/vault/media-access-facade.hpp +++ b/src/vault/media-access-facade.hpp @@ -32,8 +32,8 @@ */ -#ifndef BACKEND_INTERFACE_MEDIA_ACCESS_FACADE_H -#define BACKEND_INTERFACE_MEDIA_ACCESS_FACADE_H +#ifndef VAULT_INTERFACE_MEDIA_ACCESS_FACADE_H +#define VAULT_INTERFACE_MEDIA_ACCESS_FACADE_H #include "lib/error.hpp" diff --git a/src/vault/mmap.h b/src/vault/mmap.h index 358fb321c..2efb56891 100644 --- a/src/vault/mmap.h +++ b/src/vault/mmap.h @@ -26,8 +26,8 @@ ** They are managed through a global mmap registry/cache. */ -#ifndef BACKEND_MMAP_H -#define BACKEND_MMAP_H +#ifndef VAULT_MMAP_H +#define VAULT_MMAP_H #include "lib/llist.h" @@ -125,7 +125,7 @@ void* lumiera_mmap_destroy_node (LList node); -#endif /*BACKEND_MMAP_H*/ +#endif /*VAULT_MMAP_H*/ /* // Local Variables: // mode: C diff --git a/src/vault/mmapcache.h b/src/vault/mmapcache.h index d5c1488fa..11082994e 100644 --- a/src/vault/mmapcache.h +++ b/src/vault/mmapcache.h @@ -26,8 +26,8 @@ ** The mmapcache also manages the upper limit about how much memory can be mmaped. */ -#ifndef BACKEND_MMAPCACHE_H -#define BACKEND_MMAPCACHE_H +#ifndef VAULT_MMAPCACHE_H +#define VAULT_MMAPCACHE_H #include "lib/error.h" #include "lib/mrucache.h" @@ -121,7 +121,7 @@ void lumiera_mmapcache_checkin (LumieraMMap handle); -#endif /*BACKEND_MMAPCACHE_H*/ +#endif /*VAULT_MMAPCACHE_H*/ /* // Local Variables: // mode: C diff --git a/src/vault/mmapings.h b/src/vault/mmapings.h index abf2d6fe9..4d6969ace 100644 --- a/src/vault/mmapings.h +++ b/src/vault/mmapings.h @@ -25,8 +25,8 @@ ** Manage the mmap objects of a file. */ -#ifndef BACKEND_MMAPINGS_H -#define BACKEND_MMAPINGS_H +#ifndef VAULT_MMAPINGS_H +#define VAULT_MMAPINGS_H #include "lib/mutex.h" #include "lib/llist.h" @@ -108,7 +108,7 @@ lumiera_mmapings_release_mmap (LumieraMMapings self, LumieraMMap map); -#endif /*BACKEND_MMAPINGS_H*/ +#endif /*VAULT_MMAPINGS_H*/ /* // Local Variables: // mode: C diff --git a/src/vault/netnodefacade.hpp b/src/vault/netnodefacade.hpp index 49cb7efa0..4b1b2452e 100644 --- a/src/vault/netnodefacade.hpp +++ b/src/vault/netnodefacade.hpp @@ -29,8 +29,8 @@ */ -#ifndef BACKEND_INTERFACE_NETNODEFACADE_H -#define BACKEND_INTERFACE_NETNODEFACADE_H +#ifndef VAULT_INTERFACE_NETNODEFACADE_H +#define VAULT_INTERFACE_NETNODEFACADE_H #include "common/subsys.hpp" diff --git a/src/vault/real-clock.hpp b/src/vault/real-clock.hpp index e67be86d6..f6a51faf8 100644 --- a/src/vault/real-clock.hpp +++ b/src/vault/real-clock.hpp @@ -37,8 +37,8 @@ */ -#ifndef BACKEND_REAL_CLOCK_H -#define BACKEND_REAL_CLOCK_H +#ifndef VAULT_REAL_CLOCK_H +#define VAULT_REAL_CLOCK_H #include "lib/error.hpp" diff --git a/src/vault/resourcecollector.h b/src/vault/resourcecollector.h index 2108335e4..dc7d35d48 100644 --- a/src/vault/resourcecollector.h +++ b/src/vault/resourcecollector.h @@ -27,8 +27,8 @@ */ -#ifndef BACKEND_RESOURCECOLLECTOR_H -#define BACKEND_RESOURCECOLLECTOR_H +#ifndef VAULT_RESOURCECOLLECTOR_H +#define VAULT_RESOURCECOLLECTOR_H #include @@ -181,7 +181,7 @@ lumiera_resourcecollector_handler_find (enum lumiera_resource resource, lumiera_ -#endif /*BACKEND_RESOURCECOLLECTOR_H*/ +#endif /*VAULT_RESOURCECOLLECTOR_H*/ /* // Local Variables: // mode: C diff --git a/src/vault/scriptrunnerfacade.hpp b/src/vault/scriptrunnerfacade.hpp index 13be5a2f4..34f44dfee 100644 --- a/src/vault/scriptrunnerfacade.hpp +++ b/src/vault/scriptrunnerfacade.hpp @@ -29,8 +29,8 @@ */ -#ifndef BACKEND_INTERFACE_SCRIPTRUNNERFACADE_H -#define BACKEND_INTERFACE_SCRIPTRUNNERFACADE_H +#ifndef VAULT_INTERFACE_SCRIPTRUNNERFACADE_H +#define VAULT_INTERFACE_SCRIPTRUNNERFACADE_H #include "common/subsys.hpp" diff --git a/src/vault/threadpool-init.hpp b/src/vault/threadpool-init.hpp index 43688dcbb..809c1ad95 100644 --- a/src/vault/threadpool-init.hpp +++ b/src/vault/threadpool-init.hpp @@ -35,8 +35,8 @@ */ -#ifndef BACKEND_THREADPOOL_INIT_H -#define BACKEND_THREADPOOL_INIT_H +#ifndef VAULT_THREADPOOL_INIT_H +#define VAULT_THREADPOOL_INIT_H #include "include/lifecycle.h" @@ -56,4 +56,4 @@ namespace lumiera { } } -#endif /* BACKEND_THREADPOOL_INIT_H */ +#endif /* VAULT_THREADPOOL_INIT_H */ diff --git a/src/vault/threadpool.h b/src/vault/threadpool.h index 4298ad74e..670e35e07 100644 --- a/src/vault/threadpool.h +++ b/src/vault/threadpool.h @@ -26,8 +26,8 @@ */ -#ifndef BACKEND_THREADPOOL_H -#define BACKEND_THREADPOOL_H +#ifndef VAULT_THREADPOOL_H +#define VAULT_THREADPOOL_H #include "lib/condition.h" #include "lib/llist.h" @@ -85,7 +85,7 @@ void lumiera_threadpool_destroy(void); -#endif /*BACKEND_THREADPOOL_H*/ +#endif /*VAULT_THREADPOOL_H*/ /* // Local Variables: // mode: C diff --git a/src/vault/threads.h b/src/vault/threads.h index ed4fafb66..daf111453 100644 --- a/src/vault/threads.h +++ b/src/vault/threads.h @@ -29,8 +29,8 @@ */ -#ifndef BACKEND_THREADS_H -#define BACKEND_THREADS_H +#ifndef VAULT_THREADS_H +#define VAULT_THREADS_H #include "lib/condition.h" @@ -282,7 +282,7 @@ lumiera_thread_sync (void); lumiera_err lumiera_thread_join (LumieraThread thread); -#endif /*BACKEND_THREADS_H*/ +#endif /*VAULT_THREADS_H*/ /* // Local Variables: // mode: C diff --git a/tests/core/steam/engine/testframe.hpp b/tests/core/steam/engine/testframe.hpp index e39be683e..f3f64c955 100644 --- a/tests/core/steam/engine/testframe.hpp +++ b/tests/core/steam/engine/testframe.hpp @@ -25,8 +25,8 @@ */ -#ifndef PROC_ENGINE_TESTFRAME_H -#define PROC_ENGINE_TESTFRAME_H +#ifndef STEAM_ENGINE_TESTFRAME_H +#define STEAM_ENGINE_TESTFRAME_H #include diff --git a/tests/core/steam/play/diagnostic-output-slot.hpp b/tests/core/steam/play/diagnostic-output-slot.hpp index 8cedeb8da..44ce573b1 100644 --- a/tests/core/steam/play/diagnostic-output-slot.hpp +++ b/tests/core/steam/play/diagnostic-output-slot.hpp @@ -27,8 +27,8 @@ */ -#ifndef PROC_PLAY_DIAGNOSTIC_OUTPUT_SLOT_H -#define PROC_PLAY_DIAGNOSTIC_OUTPUT_SLOT_H +#ifndef STEAM_PLAY_DIAGNOSTIC_OUTPUT_SLOT_H +#define STEAM_PLAY_DIAGNOSTIC_OUTPUT_SLOT_H #include "lib/error.hpp" diff --git a/tests/core/vault/engine/dummy-job.hpp b/tests/core/vault/engine/dummy-job.hpp index e2b45fcd8..d79c9ce7e 100644 --- a/tests/core/vault/engine/dummy-job.hpp +++ b/tests/core/vault/engine/dummy-job.hpp @@ -25,8 +25,8 @@ */ -#ifndef BACKEND_ENGINE_DUMMY_JOB_H -#define BACKEND_ENGINE_DUMMY_JOB_H +#ifndef VAULT_ENGINE_DUMMY_JOB_H +#define VAULT_ENGINE_DUMMY_JOB_H diff --git a/tests/core/vault/media-access-mock.hpp b/tests/core/vault/media-access-mock.hpp index ce7a976f5..03f6dc4fe 100644 --- a/tests/core/vault/media-access-mock.hpp +++ b/tests/core/vault/media-access-mock.hpp @@ -29,8 +29,8 @@ */ -#ifndef BACKEND_TEST_MEDIA_ACCESS_MOCK_H -#define BACKEND_TEST_MEDIA_ACCESS_MOCK_H +#ifndef VAULT_TEST_MEDIA_ACCESS_MOCK_H +#define VAULT_TEST_MEDIA_ACCESS_MOCK_H #include "vault/media-access-facade.hpp" diff --git a/tests/stage/gen-node-location-query.hpp b/tests/stage/gen-node-location-query.hpp index f6048d6af..972b3bdec 100644 --- a/tests/stage/gen-node-location-query.hpp +++ b/tests/stage/gen-node-location-query.hpp @@ -58,8 +58,8 @@ */ -#ifndef GUI_INTERACT_GEN_NODE_LOCATION_QUERY_H -#define GUI_INTERACT_GEN_NODE_LOCATION_QUERY_H +#ifndef STAGE_INTERACT_GEN_NODE_LOCATION_QUERY_H +#define STAGE_INTERACT_GEN_NODE_LOCATION_QUERY_H #include "lib/error.hpp" #include "lib/symbol.hpp" @@ -304,4 +304,4 @@ namespace interact { }}// namespace gui::interact -#endif /*GUI_INTERACT_GEN_NODE_LOCATION_QUERY_H*/ +#endif /*STAGE_INTERACT_GEN_NODE_LOCATION_QUERY_H*/ diff --git a/tests/stage/test/mock-elm.hpp b/tests/stage/test/mock-elm.hpp index eb272c3ec..b0bb781da 100644 --- a/tests/stage/test/mock-elm.hpp +++ b/tests/stage/test/mock-elm.hpp @@ -56,8 +56,8 @@ */ -#ifndef GUI_TEST_MOCK_ELM_H -#define GUI_TEST_MOCK_ELM_H +#ifndef STAGE_TEST_MOCK_ELM_H +#define STAGE_TEST_MOCK_ELM_H #include "lib/error.hpp" @@ -490,4 +490,4 @@ namespace test{ }} // namespace gui::test -#endif /*GUI_TEST_MOCK_ELM_H*/ +#endif /*STAGE_TEST_MOCK_ELM_H*/ diff --git a/tests/stage/test/placeholder-command.hpp b/tests/stage/test/placeholder-command.hpp index c63c212e9..8f6e509d8 100644 --- a/tests/stage/test/placeholder-command.hpp +++ b/tests/stage/test/placeholder-command.hpp @@ -37,8 +37,8 @@ */ -#ifndef GUI_TEST_PLACEHOLDER_COMMAND_H -#define GUI_TEST_PLACEHOLDER_COMMAND_H +#ifndef STAGE_TEST_PLACEHOLDER_COMMAND_H +#define STAGE_TEST_PLACEHOLDER_COMMAND_H #include "lib/error.hpp" @@ -134,4 +134,4 @@ namespace test{ }} // namespace gui::test -#endif /*GUI_TEST_PLACEHOLDER_COMMAND_H*/ +#endif /*STAGE_TEST_PLACEHOLDER_COMMAND_H*/ diff --git a/tests/stage/test/test-element-access.hpp b/tests/stage/test/test-element-access.hpp index dfb387a1e..1bb890d3c 100644 --- a/tests/stage/test/test-element-access.hpp +++ b/tests/stage/test/test-element-access.hpp @@ -39,8 +39,8 @@ */ -#ifndef GUI_TEST_ELEMENT_ACCESS_H -#define GUI_TEST_ELEMENT_ACCESS_H +#ifndef STAGE_TEST_ELEMENT_ACCESS_H +#define STAGE_TEST_ELEMENT_ACCESS_H #include "lib/error.hpp" @@ -152,4 +152,4 @@ namespace test { }} // namespace gui::test -#endif /*GUI_TEST_ELEMENT_ACCESS_H*/ +#endif /*STAGE_TEST_ELEMENT_ACCESS_H*/ diff --git a/tests/stage/test/test-nexus.hpp b/tests/stage/test/test-nexus.hpp index 0b881dccd..740422df8 100644 --- a/tests/stage/test/test-nexus.hpp +++ b/tests/stage/test/test-nexus.hpp @@ -41,8 +41,8 @@ */ -#ifndef GUI_TEST_TEST_NEXUS_H -#define GUI_TEST_TEST_NEXUS_H +#ifndef STAGE_TEST_TEST_NEXUS_H +#define STAGE_TEST_TEST_NEXUS_H #include "lib/error.hpp" @@ -206,4 +206,4 @@ namespace test{ }} // namespace gui::test -#endif /*GUI_TEST_TEST_NEXUS_H*/ +#endif /*STAGE_TEST_TEST_NEXUS_H*/