summaryrefslogtreecommitdiff
path: root/framework/Util/TJsonRpcClient.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:33:13 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:33:13 +0100
commit67d7b1bd4bb020f0b948f1a67a8e98f42d28928f (patch)
tree7bbc1e37c56224f56f73762ccfac4a424da0bb15 /framework/Util/TJsonRpcClient.php
parentb927e32fa14869bc3a48d1fba6b2a161b9606270 (diff)
Add namespaces: framework/*.php, Util, Wsat, Xml
Diffstat (limited to 'framework/Util/TJsonRpcClient.php')
-rw-r--r--framework/Util/TJsonRpcClient.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TJsonRpcClient.php b/framework/Util/TJsonRpcClient.php
index 1a8dbba4..ca7e0fc3 100644
--- a/framework/Util/TJsonRpcClient.php
+++ b/framework/Util/TJsonRpcClient.php
@@ -5,9 +5,11 @@
* @copyright 2010 Bigpoint GmbH
* @license http://www.pradosoft.com/license/
* @since 3.2
- * @package System.Util
+ * @package Prado\Util
*/
+namespace Prado\Util;
+
/**
* TJsonRpcClient class
*
@@ -24,7 +26,7 @@
*
* @author Robin J. Rogge <rrogge@bigpoint.net>
* @version $Id$
- * @package System.Util
+ * @package Prado\Util
* @since 3.2
*/