summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb0d1b2)
raw | patch | inline | side by side (parent: bb0d1b2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Feb 2008 09:42:54 +0000 (09:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Feb 2008 09:42:54 +0000 (09:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9159 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_gosaSupportDaemon.inc | patch | blob | history |
diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc
index ac029ce9d2f38f5b9b99e11a9cc5b9be4c205012..1cb7a819072fc2dcf4de7c175e055f889d6c2544 100644 (file)
Function overview:
- __construct - Create a new deamon handle.
- connect - Connect to deamon socket.
+ __construct - Create a new daemon handle.
+ connect - Connect to daemon socket.
disconnect - Disconnect from socket.
set_error - Sets a new error.
is_error - Returns TRUE if there was an error.
/*! \brief Creates a new gosaSupportDaemon object.
- @param string Host The Host where the deamon is running on.
- @param integer Port The port which the deamon use.
+ @param string Host The Host where the daemon is running on.
+ @param integer Port The port which the daemon use.
@param string Key The encryption string.
- @param boolean Connect Directly connect to deamon socket.
+ @param boolean Connect Directly connect to daemon socket.
@param float Timeout The timelimit for all socket actions.
*/
public function __construct($connect=TRUE,$timeout=0.2)
}
- /*! \brief Establish deamon connection.
+ /*! \brief Establish daemon connection.
@return boolean Returns true if the connection was succesfully established.
*/
public function connect()
}
- /*! \brief Disconnect from gosa deamon.
+ /*! \brief Disconnect from gosa daemon.
*/
public function disconnect()
{