summaryrefslogtreecommitdiff
path: root/framework/Web/Services/TJsonRpcProtocol.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Services/TJsonRpcProtocol.php')
-rw-r--r--framework/Web/Services/TJsonRpcProtocol.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/Services/TJsonRpcProtocol.php b/framework/Web/Services/TJsonRpcProtocol.php
index b3196b13..c727c801 100644
--- a/framework/Web/Services/TJsonRpcProtocol.php
+++ b/framework/Web/Services/TJsonRpcProtocol.php
@@ -6,9 +6,11 @@
* @license http://www.pradosoft.com/license/
* @version $Id$
* @since 3.2
- * @package System.Web.Services
+ * @package Prado\Web\Services
*/
+namespace Prado\Web\Services;
+
/**
* TJsonRpcProtocol class
*
@@ -19,7 +21,7 @@
* @author Robin J. Rogge <rrogge@bigpoint.net>
* @author Fabio Bas <ctrlaltca@gmail.com>
* @version $Id$
- * @package System.Web.Services
+ * @package Prado\Web\Services
* @since 3.2
*/
class TJsonRpcProtocol extends TRpcProtocol