Code

Added default winstation ou to avoid errors if not set in config.
[gosa.git] / gosa-core / include / class_gosaSupportDaemon.inc
index 6c1fd89606671a616dc39c4530530dd6dc79b116..1f0ace96d53023ff967279645cc5fa577357232e 100644 (file)
@@ -84,6 +84,16 @@ class gosaSupportDaemon
     return($this->is_connected);
   }
 
+  
+  /*! \brief  Returns TRUE whether we are connected or not 
+      @return BOOLEAN  Returns TRUE when connected else FALSE
+   */
+  public function is_connected()
+  {
+    return($this->is_connected);
+  }
+  
+
 
   /*! \brief  Disconnect from gosa daemon.
    */