Skip to content

Commit 7c61c83

Browse files
committed
Update binaries and scripts for the Sharing project from the latest version of the native plugin
1 parent bbb8438 commit 7c61c83

21 files changed

+18
-18
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Assets/HoloToolkit/Sharing/Scripts/SDK/DiscoveryClientAdapter.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47
using System.Text;
@@ -18,7 +21,7 @@ public override void OnRemoteSystemDiscovered(DiscoveredSystem remoteSystem)
1821
}
1922
}
2023

21-
public override void OnRemoteSystemLost(DiscoveredSystem remoteSystem)
24+
public override void OnRemoteSystemLost(DiscoveredSystem remoteSystem)
2225
{
2326
if (this.LostEvent != null)
2427
{

Assets/HoloToolkit/Sharing/Scripts/SDK/NetworkConnectionAdapter.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//
2-
// Copyright (C) Microsoft. All rights reserved.
3-
//
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
43

54
namespace HoloToolkit.Sharing
65
{

Assets/HoloToolkit/Sharing/Scripts/SDK/ObjectElementAdapter.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//
2-
// Copyright (C) Microsoft. All rights reserved.
3-
//
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
43

54
namespace HoloToolkit.Sharing
65
{

Assets/HoloToolkit/Sharing/Scripts/SDK/PairingAdapter.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-

1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
3+
24

35
namespace HoloToolkit.Sharing
46
{

Assets/HoloToolkit/Sharing/Scripts/SDK/RoomManagerAdapter.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//
2-
// Copyright (C) Microsoft. All rights reserved.
3-
//
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
43

54
namespace HoloToolkit.Sharing
65
{

0 commit comments

Comments
 (0)