Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
remove stubbles\peer\BsdSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Apr 9, 2015
1 parent c01c3b1 commit 197b1d9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 655 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Expand Up @@ -38,10 +38,7 @@
* split `stubbles\peer\Socket` into two classes
* `stubbles\peer\Socket::connect()` now returns an instance of `stubbles\peer\Stream`
* all functionallity to read and write on a socket is now in `stubbles\peer\Stream`
* split `stubbles\peer\BsdSocket` into two classes
* `stubbles\peer\Socket::Bsdconnect()` now returns an instance of `stubbles\peer\BsdSocketConnection`
* all functionallity to read and write on a socket is now in `stubbles\peer\BsdSocketConnection`
* `stubbles\peer\BsdSocket` is not an instance of `stubbles\peer\Socket` any more
* removed `stubbles\peer\BsdSocket`
* `stubbles\peer\IpAddress::openSocket()` and `stubbles\peer\IpAddress::openSecureSocket()` now return `stubbles\peer\Stream`


Expand Down
226 changes: 0 additions & 226 deletions src/main/php/peer/BsdSocket.php

This file was deleted.

0 comments on commit 197b1d9

Please sign in to comment.