|
29 | 29 |
|
30 | 30 | internal import Foundation |
31 | 31 | internal import SundialKitConnectivity |
32 | | -// |
33 | | -// StateHandling.swift |
34 | | -// SundialKitStream |
35 | | -// |
36 | | -// Created by Leo Dion. |
37 | | -// Copyright © 2025 BrightDigit. |
38 | | -// |
39 | | -// Permission is hereby granted, free of charge, to any person |
40 | | -// obtaining a copy of this software and associated documentation |
41 | | -// files (the "Software"), to deal in the Software without |
42 | | -// restriction, including without limitation the rights to use, |
43 | | -// copy, modify, merge, publish, distribute, sublicense, and/or |
44 | | -// sell copies of the Software, and to permit persons to whom the |
45 | | -// Software is furnished to do so, subject to the following |
46 | | -// conditions: |
47 | | -// |
48 | | -// The above copyright notice and this permission notice shall be |
49 | | -// included in all copies or substantial portions of the Software. |
50 | | -// |
51 | | -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
52 | | -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
53 | | -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
54 | | -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
55 | | -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
56 | | -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
57 | | -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
58 | | -// OTHER DEALINGS IN THE SOFTWARE. |
59 | | -// |
60 | 32 | internal import SundialKitCore |
61 | 33 |
|
62 | 34 | /// Protocol for types that handle connectivity state changes |
|
0 commit comments