From 551888aa3c2661225934675d374451bdb00370c3 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sun, 13 Nov 2011 14:10:18 -0500 Subject: [PATCH] WebSocket Interface update --- ...Interface.php => WebSocketAppInterface.php} | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) rename lib/Ratchet/Application/WebSocket/{AppInterface.php => WebSocketAppInterface.php} (55%) diff --git a/lib/Ratchet/Application/WebSocket/AppInterface.php b/lib/Ratchet/Application/WebSocket/WebSocketAppInterface.php similarity index 55% rename from lib/Ratchet/Application/WebSocket/AppInterface.php rename to lib/Ratchet/Application/WebSocket/WebSocketAppInterface.php index bb35340..4b85a49 100644 --- a/lib/Ratchet/Application/WebSocket/AppInterface.php +++ b/lib/Ratchet/Application/WebSocket/WebSocketAppInterface.php @@ -1,22 +1,20 @@