]> git.mxchange.org Git - core.git/commit - inc/classes/main/criteria/dataset/class_DataSetCriteria.php
Incomplete SocketRegistry class added, code cosmetics applied
authorRoland Häder <roland@mxchange.org>
Sat, 24 Apr 2010 01:43:47 +0000 (01:43 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 24 Apr 2010 01:43:47 +0000 (01:43 +0000)
commit6536a4dda3b96201f7f5551dc5d42559cf8b453d
treefbaef0131c4efdae6622bec7927313442dede48b
parentedc181f932fe9e67cf8bb7ef0cd6af0f6d8da0f3
Incomplete SocketRegistry class added, code cosmetics applied
33 files changed:
.gitattributes
inc/classes/exceptions/actions/class_InvalidActionException.php
inc/classes/exceptions/auth/class_UserAuthorizationException.php
inc/classes/exceptions/controller/class_DefaultControllerException.php
inc/classes/exceptions/controller/class_InvalidControllerException.php
inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php
inc/classes/exceptions/crypto/class_EncryptMissingException.php
inc/classes/exceptions/filter/class_FilterChainException.php
inc/classes/exceptions/filter/class_InvalidFilterChainException.php
inc/classes/exceptions/result/class_InvalidDatabaseResultException.php
inc/classes/exceptions/result/class_ResultUpdateException.php
inc/classes/exceptions/socket/class_InvalidServerSocketException.php
inc/classes/exceptions/socket/class_InvalidSocketException.php
inc/classes/exceptions/socket/class_NoSocketRegisteredException.php [new file with mode: 0644]
inc/classes/exceptions/stacker/class_AlreadyInitializedStackerException.php
inc/classes/exceptions/stacker/class_EmptyStackerException.php
inc/classes/exceptions/stacker/class_FullStackerException.php
inc/classes/exceptions/stacker/class_NoStackerException.php
inc/classes/exceptions/state/class_InvalidStateException.php
inc/classes/exceptions/user/class_AccountPasswordMismatchException.php
inc/classes/exceptions/user/class_UserEmailMissingException.php
inc/classes/exceptions/user/class_UserPasswordMismatchException.php
inc/classes/exceptions/user/class_UsernameMissingException.php
inc/classes/interfaces/registry/socket/.htaccess [new file with mode: 0644]
inc/classes/interfaces/registry/socket/class_RegisterableSocket.php [new file with mode: 0644]
inc/classes/main/criteria/dataset/class_DataSetCriteria.php
inc/classes/main/database/databases/class_LocalFileDatabase.php
inc/classes/main/database/wrapper/class_NewsDatabaseWrapper.php
inc/classes/main/database/wrapper/class_PaymentsDatabaseWrapper.php
inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php
inc/classes/main/database/wrapper/class_UserPointsDatabaseWrapper.php
inc/classes/main/registry/socket/class_SocketRegistry.php
inc/classes/middleware/database/class_DatabaseConnection.php