[TASK] Introduced addLine() to the buffer class.

[TASK] Made createBuffer function protected in ProtocolHandler classes.
This commit is contained in:
Jan Philipp Timme
2011-06-26 14:03:32 +00:00
parent df030e453d
commit 8e32f35edf
8 changed files with 50 additions and 21 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ class Connection_ConnectionHandler {
* @param boolean $connected
* @return void
*/
private function setConnected($connected) {
protected function setConnected($connected) {
return $this->socketHandler->setConnected($connected);
}