summaryrefslogtreecommitdiff
path: root/framework/Web/Services/TXmlRpcProtocol.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Services/TXmlRpcProtocol.php')
-rw-r--r--framework/Web/Services/TXmlRpcProtocol.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/Services/TXmlRpcProtocol.php b/framework/Web/Services/TXmlRpcProtocol.php
index 4e287675..20ca5ef7 100644
--- a/framework/Web/Services/TXmlRpcProtocol.php
+++ b/framework/Web/Services/TXmlRpcProtocol.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;
+
/**
* TXmlRpcProtocol class
*
@@ -17,7 +19,7 @@
*
* @author Robin J. Rogge <rrogge@bigpoint.net>
* @version $Id$
- * @package System.Web.Services
+ * @package Prado\Web\Services
* @since 3.2
*/
class TXmlRpcProtocol extends TRpcProtocol