]> git.mxchange.org Git - core.git/commit
SocketRegistry basicly finished:
authorRoland Häder <roland@mxchange.org>
Mon, 26 Apr 2010 14:52:24 +0000 (14:52 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 26 Apr 2010 14:52:24 +0000 (14:52 +0000)
commit9108a2a3b038ee56833f7811accb49fdce2944e8
treec2d5da2754dc8f1536722a4686c10aaf48b57dbd
parentc89cdd982baa6d3941f829f3916785e7069c4214
SocketRegistry basicly finished:
- A newly added SubRegistry was required for the socket registry
- Added container for sockets (so they can be stored in registries)
- Getter/setter added for socket resource (no validation)
14 files changed:
.gitattributes
inc/classes/exceptions/socket/class_NoSocketRegisteredException.php
inc/classes/interfaces/registry/socket/class_RegisterableSocket.php
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/container/.htaccess [new file with mode: 0644]
inc/classes/main/container/class_ [new file with mode: 0644]
inc/classes/main/container/class_BaseContainer.php [new file with mode: 0644]
inc/classes/main/container/socket/.htaccess [new file with mode: 0644]
inc/classes/main/container/socket/class_SocketContainer.php [new file with mode: 0644]
inc/classes/main/registry/class_BaseRegistry.php
inc/classes/main/registry/generic/class_Registry.php
inc/classes/main/registry/socket/class_SocketRegistry.php
inc/classes/main/registry/sub/.htaccess [new file with mode: 0644]
inc/classes/main/registry/sub/class_SubRegistry.php [new file with mode: 0644]