summaryrefslogtreecommitdiff
path: root/SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt')
-rw-r--r--SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt b/SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt
deleted file mode 100644
index 66a798ecb..000000000
--- a/SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-/*! \page components_transportmanager_internal_design_interaction Sub-Components Interaction
-
-Internally Transport Manager is a root component for Device Adapters. After running Transport Manager creates Device Adapters and runs them too.
-
-During system life cycle all messages from Device Adapter are translated via Transport Manager to the clients. In other direction – all requests from clients are re-directed to respective Device Adapters by the Transport Manager.
-
-*/