Skip to content

Commit

Permalink
cleanup + SR submodule update fixes pkyeck#70
Browse files Browse the repository at this point in the history
  • Loading branch information
pkyeck committed Jan 26, 2013
1 parent 223ac7a commit 274d091
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion SocketIO.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIO.h
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIO.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIO.m
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOJSONSerialization.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOJSONSerialization.h
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOJSONSerialization.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOJSONSerialization.m
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOPacket.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOPacket.h
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOPacket.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOPacket.h
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransport.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransport.h
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportWebsocket.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportWebsocket.h
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
7 changes: 4 additions & 3 deletions SocketIOTransportWebsocket.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportWebsocket.m
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down Expand Up @@ -77,8 +77,9 @@ - (void) open
[_webSocket open];
}

- (void)dealloc {
[_webSocket setDelegate:NULL];
- (void) dealloc
{
[_webSocket setDelegate:nil];
}

- (void) close
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportXHR.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportXHR.h
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportXHR.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportXHR.m
// v0.3.0 ARC
// v0.3.2 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion submodules/socket-rocket

0 comments on commit 274d091

Please sign in to comment.