[TASK] Implemented the ProtocolHandler things so it works again.

[TASK] Added some comments.
[TASK] Added TODOs concerning refactoring and more functions that are needed.
This commit is contained in:
Jan Philipp Timme
2010-12-08 16:47:04 +00:00
parent 2b8263a49d
commit dee3333578
10 changed files with 114 additions and 17 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class Misc_Buffer {
*/
public function getNextChars($length) {
//TODO: substr und so
return "";
throw new Exception_GeneralException("This feature is not implemented yet!", 1291824224);
}
/**