X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-environment-variable.h;h=43b075846d8555c07e4ffd7c3bac439fb8a1bb94;hb=e483020277e28cd5f93a93cf50119edaac49a9e9;hp=ae968d3426027649676c3843ecc85f51c7292cb2;hpb=638cc5c949cd2a31ddfd189c30b9a4b37e3e0a29;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-environment-variable.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-environment-variable.h index ae968d3..43b0758 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-environment-variable.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-environment-variable.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H__ -#define __DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H__ +#ifndef DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H +#define DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,23 +17,22 @@ * limitations under the License. * */ -#define __DALI_ENVIRONMENT_VARIABLE_H__ +#define DALI_ENVIRONMENT_VARIABLE_H #include namespace Dali { - namespace EnvironmentVariable { +const char* GetEnvironmentVariable(const char* variable); -const char * GetEnvironmentVariable( const char * variable ); +void SetTestingEnvironmentVariable(bool); -void SetTestingEnvironmentVariable( bool ); +void SetTestEnvironmentVariable(const char* variable, const char* value); } // namespace EnvironmentVariable } // namespace Dali - -#endif /* __DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H__ */ +#endif // DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H