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=96c9c8829ed4b0595570ff91711a232a9efb1026;hb=faa908ddf268e801f3d4689174c85bc7e18555a1;hp=ae968d3426027649676c3843ecc85f51c7292cb2;hpb=46fe497b39cfdec35dade509903cde6f4d7f7e89;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..96c9c88 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,20 @@ * 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 SetTestEnvironmentVariable(const char* variable, const char* value); } // namespace EnvironmentVariable } // namespace Dali - -#endif /* __DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H__ */ +#endif // DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H