test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent a9b79770ca
commit 1c57505591

@ -1,6 +1,6 @@
<?php <?php
class Queuing class Queuing extends Threaded
{ {
private $m_inputs; private $m_inputs;
private $m_outputs; private $m_outputs;
@ -9,7 +9,7 @@ class Queuing
public function __construct() public function __construct()
{ {
// $this->m_inputs = $inputs; // $this->m_inputs = $inputs;
// $this->m_outputs = new Threaded(); // we will store the results in here. $this->m_outputs = new Threaded(); // we will store the results in here.
} }

@ -175,7 +175,7 @@ class UserController
// $model->addToQueue(); // $model->addToQueue();
$client = Client::getInstance(); $client = Client::getInstance();
require($rep . $vues['queue']); require($rep . $vues['queue']);
// new Queuing(); new Queuing();
// $client->Queuing(); // $client->Queuing();
} catch (Exception $e) { } catch (Exception $e) {
$error = $e->getMessage(); $error = $e->getMessage();

Loading…
Cancel
Save