summaryrefslogtreecommitdiff
path: root/framework/Web/Services/TRpcService.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Services/TRpcService.php')
-rw-r--r--framework/Web/Services/TRpcService.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Web/Services/TRpcService.php b/framework/Web/Services/TRpcService.php
index 26e7471d..9903fefd 100644
--- a/framework/Web/Services/TRpcService.php
+++ b/framework/Web/Services/TRpcService.php
@@ -6,9 +6,10 @@
* @license http://www.pradosoft.com/license/
* @version $Id$
* @since 3.2
- * @package System.Web.Services
+ * @package Prado\Web\Services
*/
+namespace Prado\Web\Services;
/**
* TRpcService class
@@ -51,7 +52,7 @@
*
* @author Robin J. Rogge <rrogge@bigpoint.net>
* @version $Id$
- * @package System.Web.Services
+ * @package Prado\Web\Services
* @since 3.2
**/
class TRpcService extends TService