[geeklog-cvs] Auth_Enterprise/Common Constants.php,1.1,1.2

tony at iowaoutdoors.org tony at iowaoutdoors.org
Tue Jul 6 17:07:31 EDT 2004


Update of /var/cvs/Auth_Enterprise/Common
In directory www:/tmp/cvs-serv4985

Modified Files:
	Constants.php 
Log Message:
Removed some constants that were client-only and moved them to the client/ClientConstants.php file.

Index: Constants.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Common/Constants.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Constants.php	4 Jul 2004 15:12:12 -0000	1.1
--- Constants.php	6 Jul 2004 21:07:28 -0000	1.2
***************
*** 17,39 ****
  
  /**
- * Indicates client should bypass all network traffic and talk to the Auth_Enterprise Service
- * Directly
- * @const AE_XMLRPC_CLIENT
- */
- define('AE_LOCALHOST_CLIENT', 'AELocalhostClient');
- 
- /**
- * Indicates client should use XMLRPC to talk to the service
- * @const AE_XMLRPC_CLIENT
- */
- define('AE_XMLRPC_CLIENT', 'AEXMLRPCClient');
- 
- /**
- * Indicates client should use SOAP to talk to the service
- * @const AE_XMLRPC_CLIENT
- */
- define('AE_SOAP_CLIENT', 'AESOAPClient');
- 
- /**
  * This is a privilige that gives a user full (root) access to the Auth_Enterprise Service
  * @const AE_ADMIN_PRIV
--- 17,20 ----




More information about the geeklog-cvs mailing list