[TASK] Added the reconnect-flag that works now.

This commit is contained in:
Jan Philipp Timme
2010-11-28 16:38:03 +00:00
parent b318595783
commit a20a91bf12
7 changed files with 166 additions and 8 deletions
+10
View File
@@ -61,6 +61,16 @@ abstract class Client_AbstractClient {
*/
abstract public function loadConfig($config);
/**
* Will reset the connectionStatus of the client.
* Implementation depends on the client.
* Should be used to reset internal variables.
* @return void
*/
public function resetConnectionStatus() {
}
/**
* @param int $id
*/