Changed name from Limelight to Moonlight due to C&D from Limelight

Networks, Inc.
This commit is contained in:
Diego Waxemberg
2015-05-12 21:48:30 -04:00
parent 772ee3a680
commit 8d3401f962
109 changed files with 354 additions and 277 deletions

View File

@@ -1,9 +1,9 @@
//
// Connection.m
// Limelight-iOS
// Moonlight
//
// Created by Diego Waxemberg on 1/19/14.
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
// Copyright (c) 2015 Moonlight Stream. All rights reserved.
//
#import "Connection.h"
@@ -290,7 +290,7 @@ void ClDisplayTransientMessage(char* message)
-(void) terminate
{
// We're guaranteed to not be on a limelight-common thread
// We're guaranteed to not be on a moonlight-common thread
// here so it's safe to call stop directly
LiStopConnection();
}