MAJ Library

This commit is contained in:
root 2016-03-09 15:21:46 +01:00
parent 73c33feded
commit c8d1eeda92
4 changed files with 14 additions and 14 deletions

View file

@ -3,10 +3,10 @@ include_once("core/Plugin_Api.php");
include_once("core/LibOverride/genTokenOptions.php"); include_once("core/LibOverride/genTokenOptions.php");
include_once("core/ErrorManagement.php"); include_once("core/ErrorManagement.php");
use OpenStack\Common\Error\BadResponseError; use OpenCloud\Common\Error\BadResponseError;
use OpenStack\Common\Error\BaseError; use OpenCloud\Common\Error\BaseError;
use OpenStack\Common\Error\NotImplementedError; use OpenCloud\Common\Error\NotImplementedError;
use OpenStack\Common\Error\UserInputError; use OpenCloud\Common\Error\UserInputError;
class App{ class App{

View file

@ -1,9 +1,9 @@
<?php <?php
use OpenStack\Common\Error\BadResponseError; use OpenCloud\Common\Error\BadResponseError;
use OpenStack\Common\Error\BaseError; use OpenCloud\Common\Error\BaseError;
use OpenStack\Common\Error\NotImplementedError; use OpenCloud\Common\Error\NotImplementedError;
use OpenStack\Common\Error\UserInputError; use OpenCloud\Common\Error\UserInputError;
Class errorManagement{ Class errorManagement{
@ -36,4 +36,4 @@ Class errorManagement{
} }
?> ?>

View file

@ -9,7 +9,7 @@
* *
* @todo Complete the functions and finish the descriptions * @todo Complete the functions and finish the descriptions
*/ */
use OpenStack\Common\Error; use OpenCloud\Common\Error;
/** /**
* Identity Class of the back-end application * Identity Class of the back-end application

View file

@ -1,12 +1,12 @@
<?php <?php
use GuzzleHttp\Client; use GuzzleHttp\Client;
use OpenStack\Common\Transport\HandlerStack; use OpenCloud\Common\Transport\HandlerStack;
use OpenStack\Common\Transport\Middleware; use OpenCloud\Common\Transport\Middleware;
use OpenStack\Identity\v3\Service; use OpenStack\Identity\v3\Service;
use OpenStack\Identity\v3\Api; use OpenStack\Identity\v3\Api;
use OpenStack\Common\Auth\Token; use OpenCloud\Common\Auth\Token;
use OpenStack\Common\Transport\Utils; use OpenCloud\Common\Transport\Utils;
use OpenStack\Identity\v3\Models; use OpenStack\Identity\v3\Models;
class genTokenOptions class genTokenOptions