X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fimaging%2Fwindows%2Fcurl-environment-win.cpp;h=06a0606c921fa5695829865a2bb8158fb23a1b82;hb=HEAD;hp=8e4dbedbe4de07de33b756853682c57862007120;hpb=68442ef4cc4066a2c8e965826d5c2681bdd45b3f;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/imaging/windows/curl-environment-win.cpp b/dali/internal/imaging/windows/curl-environment-win.cpp old mode 100755 new mode 100644 index 8e4dbed..06a0606 --- a/dali/internal/imaging/windows/curl-environment-win.cpp +++ b/dali/internal/imaging/windows/curl-environment-win.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -16,35 +16,32 @@ */ // EXTERNAL INCLUDES -#include #include +#include #undef TRANSPARENT #undef CopyMemory // INTERNAL INCLUDES -#include #include +#include #include #include namespace Dali { - namespace TizenPlatform { - -const int CONNECTION_TIMEOUT_SECONDS( 30L ); -const long VERBOSE_MODE = 0L; // 0 == off, 1 == on -const long CLOSE_CONNECTION_ON_ERROR = 1L; // 0 == off, 1 == on -const long EXCLUDE_HEADER = 0L; -const long INCLUDE_HEADER = 1L; -const long INCLUDE_BODY = 0L; -const long EXCLUDE_BODY = 1L; +const int CONNECTION_TIMEOUT_SECONDS(30L); +const long VERBOSE_MODE = 0L; // 0 == off, 1 == on +const long CLOSE_CONNECTION_ON_ERROR = 1L; // 0 == off, 1 == on +const long EXCLUDE_HEADER = 0L; +const long INCLUDE_HEADER = 1L; +const long INCLUDE_BODY = 0L; +const long EXCLUDE_BODY = 1L; namespace Network { - -} -} } +} // namespace TizenPlatform +} // namespace Dali