Skip to content

Commit bac4018

Browse files
committedMar 7, 2013
Rename
1 parent f92e896 commit bac4018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎PushSharp.Windows/WindowsPushBrokerExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace PushSharp
99
{
1010
public static class WindowsPushBrokerExtensions
1111
{
12-
public static void RegisterAppleService(this PushBroker broker, WindowsPushChannelSettings channelSettings, PushServiceSettings serviceSettings = null)
12+
public static void RegisterWindowsService(this PushBroker broker, WindowsPushChannelSettings channelSettings, PushServiceSettings serviceSettings = null)
1313
{
1414
var service = new WindowsPushService(new WindowsPushChannelFactory(), channelSettings, serviceSettings);
1515

0 commit comments

Comments
 (0)
Please sign in to comment.