From d4cf6c489a90543883bb4850c30813c9f030be02 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Tue, 31 Jan 2012 22:07:57 -0500 Subject: [PATCH] WAMP Refactoring WAMP refactoring to new namespacing --- .../Component/WAMP/Command/Action/Prefix.php | 2 +- .../Component/WAMP/WAMPServerComponent.php | 4 ++-- .../WAMP/WAMPServerComponentInterface.php | 20 ------------------- 3 files changed, 3 insertions(+), 23 deletions(-) diff --git a/src/Ratchet/Component/WAMP/Command/Action/Prefix.php b/src/Ratchet/Component/WAMP/Command/Action/Prefix.php index 49b9003..047c1ea 100644 --- a/src/Ratchet/Component/WAMP/Command/Action/Prefix.php +++ b/src/Ratchet/Component/WAMP/Command/Action/Prefix.php @@ -1,7 +1,7 @@