aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/cast_platform_client.h
diff options
context:
space:
mode:
authorAbraham Corea Diaz <abrahamcd@google.com>2021-06-30 16:55:56 +0000
committerOpenscreen LUCI CQ <openscreen-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-06-30 17:39:49 +0000
commitfb98aabab3ee63d07f0a56c8873e8e24c18b2055 (patch)
treedb29c2f0cdea02a114b57c620a9b574662a84c97 /cast/sender/cast_platform_client.h
parent6c58a6c92528d5b0b3dbe55f4bf44c69a27270cf (diff)
downloadopenscreen-fb98aabab3ee63d07f0a56c8873e8e24c18b2055.tar.gz
Rename ServiceInfo to ReceiverInfo
This patch renames ServiceInfo and all related usages to ReceiverInfo. Bug: b/155337619 Change-Id: I9337dbb7f64339bf60f079726f21af9a2452cddb Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2994467 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'cast/sender/cast_platform_client.h')
-rw-r--r--cast/sender/cast_platform_client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cast/sender/cast_platform_client.h b/cast/sender/cast_platform_client.h
index 8ea9a99a..0acb35a7 100644
--- a/cast/sender/cast_platform_client.h
+++ b/cast/sender/cast_platform_client.h
@@ -20,7 +20,7 @@
namespace openscreen {
namespace cast {
-struct ServiceInfo;
+struct ReceiverInfo;
class VirtualConnectionRouter;
// This class handles Cast messages that generally relate to the "platform", in
@@ -48,8 +48,8 @@ class CastPlatformClient final : public CastMessageHandler {
// Notifies this object about general receiver connectivity or property
// changes.
- void AddOrUpdateReceiver(const ServiceInfo& device, int socket_id);
- void RemoveReceiver(const ServiceInfo& device);
+ void AddOrUpdateReceiver(const ReceiverInfo& device, int socket_id);
+ void RemoveReceiver(const ReceiverInfo& device);
void CancelRequest(int request_id);