mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-29 07:08:27 +00:00
Burn down legacy alias include surface
This commit is contained in:
-13
@@ -1,13 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "ui_chat_runtime/chat_delivery_action_port_adapter.h"
|
||||
|
||||
namespace ui::presentation_sources
|
||||
{
|
||||
|
||||
using LegacyChatDeliveryActionBridge
|
||||
[[deprecated("Use ui_chat_runtime::ChatDeliveryActionPortAdapter")]] =
|
||||
::ui_chat_runtime::ChatDeliveryActionPortAdapter;
|
||||
using ::ui_chat_runtime::toDeliveryRef;
|
||||
|
||||
} // namespace ui::presentation_sources
|
||||
-12
@@ -1,12 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "ui_key_verification_runtime/key_verification_action_sink.h"
|
||||
|
||||
namespace ui::presentation_sources
|
||||
{
|
||||
|
||||
using LegacyKeyVerificationActionSink
|
||||
[[deprecated("Use ui_key_verification_runtime::KeyVerificationActionSink")]] =
|
||||
::ui_key_verification_runtime::KeyVerificationActionSink;
|
||||
|
||||
} // namespace ui::presentation_sources
|
||||
@@ -1,12 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "ui_key_verification_runtime/key_verification_session_adapter.h"
|
||||
|
||||
namespace ui::presentation_sources
|
||||
{
|
||||
|
||||
using LegacyKeyVerificationSession
|
||||
[[deprecated("Use ui_key_verification_runtime::KeyVerificationSessionAdapter")]] =
|
||||
::ui_key_verification_runtime::KeyVerificationSessionAdapter;
|
||||
|
||||
} // namespace ui::presentation_sources
|
||||
@@ -1,12 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "ui_key_verification_runtime/key_verification_presentation_source.h"
|
||||
|
||||
namespace ui::presentation_sources
|
||||
{
|
||||
|
||||
using LegacyKeyVerificationSource
|
||||
[[deprecated("Use ui_key_verification_runtime::KeyVerificationPresentationSource")]] =
|
||||
::ui_key_verification_runtime::KeyVerificationPresentationSource;
|
||||
|
||||
} // namespace ui::presentation_sources
|
||||
@@ -1,17 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "ui_map_runtime/map_overlay_snapshot_source.h"
|
||||
|
||||
namespace ui
|
||||
{
|
||||
namespace presentation_sources
|
||||
{
|
||||
|
||||
using IMapOverlayGpsSource = ::ui::map_overlay::IMapOverlayGpsSource;
|
||||
using IMapOverlayTeamSource = ::ui::map_overlay::IMapOverlayTeamSource;
|
||||
using LegacyMapOverlaySource
|
||||
[[deprecated("Use ui::map_overlay::MapOverlaySnapshotSource")]] =
|
||||
::ui::map_overlay::MapOverlaySnapshotSource;
|
||||
|
||||
} // namespace presentation_sources
|
||||
} // namespace ui
|
||||
Reference in New Issue
Block a user