diff options
Diffstat (limited to 'framework/Web/Services/TRpcProtocol.php')
-rw-r--r-- | framework/Web/Services/TRpcProtocol.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/Services/TRpcProtocol.php b/framework/Web/Services/TRpcProtocol.php index ace13638..397bd972 100644 --- a/framework/Web/Services/TRpcProtocol.php +++ b/framework/Web/Services/TRpcProtocol.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; + /** * TRpcProtocol class * @@ -18,7 +20,7 @@ * * @author Robin J. Rogge <rrogge@bigpoint.net> * @version $Id$ - * @package System.Web.Services + * @package Prado\Web\Services * @since 3.2 **/ abstract class TRpcProtocol |