Skip to content

Commit 26bf780

Browse files
committed
Fixes to build with clang 3_8
1 parent edfb941 commit 26bf780

File tree

16 files changed

+93
-77
lines changed

16 files changed

+93
-77
lines changed

Release/src/build/package_info.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<package>
22
<metadata>
33
<base_id>cpprestsdk</base_id>
4-
<version>2.7.0</version>
4+
<version>2.9.0</version>
55
<authors>casablancacore</authors>
66
<owners>Microsoft, Visual C++</owners>
77
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
@@ -10,7 +10,7 @@
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<summary>The C++ REST SDK is a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications.</summary>
1212
<description>The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.</description>
13-
<releaseNotes>https://github.com/Microsoft/cpprestsdk/releases/tag/v2.7.0</releaseNotes>
13+
<releaseNotes>https://github.com/Microsoft/cpprestsdk/releases/tag/v2.9.0</releaseNotes>
1414
<copyright>Copyright 2015</copyright>
1515
<tags>cpprestsdk Casablanca REST JSON HTTP URI WebSockets</tags>
1616
</metadata>
@@ -28,10 +28,10 @@
2828
<AdditionalOptions Condition="'$(PlatformToolset)'=='v140'">/d2notypeopt %(AdditionalOptions)</AdditionalOptions>
2929
<PreprocessorDefinitions Condition="'$(PlatformToolset)' == 'v120_xp'">CPPREST_TARGET_XP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
3030
<!-- Workaround Visual Studio Android bug missing -funwind-tables if -fexceptions is specified. -->
31-
<AdditionalOptions Condition="'$(PlatformToolset)' == 'Clang_3_6'">-funwind-tables %(AdditionalOptions)</AdditionalOptions>
31+
<AdditionalOptions Condition="'$(PlatformToolset)' == 'Clang_3_8'">-funwind-tables %(AdditionalOptions)</AdditionalOptions>
3232
</ClCompile>
3333
<Link>
34-
<LibraryDependencies Condition="'$(PlatformToolset)' == 'Clang_3_6'">m;%(LibraryDependencies)</LibraryDependencies>
34+
<LibraryDependencies Condition="'$(PlatformToolset)' == 'Clang_3_8'">m;%(LibraryDependencies)</LibraryDependencies>
3535
</Link>
3636
</ItemDefinitionGroup>
3737
</msbuild_hook>

Release/src/build/vs14.android/casablanca140.android.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
3535
<ConfigurationType>StaticLibrary</ConfigurationType>
3636
<UseDebugLibraries>true</UseDebugLibraries>
37-
<PlatformToolset>Clang_3_6</PlatformToolset>
37+
<PlatformToolset>Clang_3_8</PlatformToolset>
3838
<UseOfStl>gnustl_static</UseOfStl>
3939
</PropertyGroup>
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
4141
<ConfigurationType>StaticLibrary</ConfigurationType>
4242
<UseDebugLibraries>true</UseDebugLibraries>
43-
<PlatformToolset>Clang_3_6</PlatformToolset>
43+
<PlatformToolset>Clang_3_8</PlatformToolset>
4444
<UseOfStl>gnustl_static</UseOfStl>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
4747
<ConfigurationType>StaticLibrary</ConfigurationType>
4848
<UseDebugLibraries>false</UseDebugLibraries>
49-
<PlatformToolset>Clang_3_6</PlatformToolset>
49+
<PlatformToolset>Clang_3_8</PlatformToolset>
5050
<UseOfStl>gnustl_static</UseOfStl>
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
5353
<ConfigurationType>StaticLibrary</ConfigurationType>
5454
<UseDebugLibraries>false</UseDebugLibraries>
55-
<PlatformToolset>Clang_3_6</PlatformToolset>
55+
<PlatformToolset>Clang_3_8</PlatformToolset>
5656
<UseOfStl>gnustl_static</UseOfStl>
5757
</PropertyGroup>
5858
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@@ -125,14 +125,14 @@
125125
<Import Project="..\android.vcxitems" Label="Shared" Condition="Exists('..\android.vcxitems')" />
126126
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
127127
<ImportGroup Label="ExtensionTargets">
128-
<Import Project="$(PackagesRoot)\openssl-android.1.0.2.0\build\native\openssl-android.targets" Condition="Exists('$(PackagesRoot)\openssl-android.1.0.2.0\build\native\openssl-android.targets')" />
128+
<Import Project="$(PackagesRoot)\openssl-android.1.0.2.1\build\native\openssl-android.targets" Condition="Exists('$(PackagesRoot)\openssl-android.1.0.2.1\build\native\openssl-android.targets')" />
129129
<Import Project="$(PackagesRoot)\boost.1.55.0.16\build\native\boost.targets" Condition="Exists('$(PackagesRoot)\boost.1.55.0.16\build\native\boost.targets')" />
130130
</ImportGroup>
131131
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
132132
<PropertyGroup>
133133
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
134134
</PropertyGroup>
135-
<Error Condition="!Exists('$(PackagesRoot)\openssl-android.1.0.2.0\build\native\openssl-android.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(PackagesRoot)\openssl-android.1.0.2.0\build\native\openssl-android.targets'))" />
135+
<Error Condition="!Exists('$(PackagesRoot)\openssl-android.1.0.2.1\build\native\openssl-android.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(PackagesRoot)\openssl-android.1.0.2.1\build\native\openssl-android.targets'))" />
136136
<Error Condition="!Exists('$(PackagesRoot)\boost.1.55.0.16\build\native\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(PackagesRoot)\boost.1.55.0.16\build\native\boost.targets'))" />
137137
</Target>
138138
</Project>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="boost" version="1.55.0.16" targetFramework="Native" />
4-
<package id="boost_atomic-android" version="1.55.0.1" targetFramework="native" />
5-
<package id="boost_chrono-android" version="1.55.0.1" targetFramework="native" />
6-
<package id="boost_date_time-android" version="1.55.0.1" targetFramework="native" />
7-
<package id="boost_filesystem-android" version="1.55.0.1" targetFramework="native" />
8-
<package id="boost_system-android" version="1.55.0.1" targetFramework="native" />
9-
<package id="boost_thread-android" version="1.55.0.1" targetFramework="native" />
10-
<package id="openssl-android" version="1.0.2.0" targetFramework="native" />
4+
<package id="boost_atomic-android" version="1.55.0.2" targetFramework="native" />
5+
<package id="boost_chrono-android" version="1.55.0.2" targetFramework="native" />
6+
<package id="boost_date_time-android" version="1.55.0.2" targetFramework="native" />
7+
<package id="boost_filesystem-android" version="1.55.0.2" targetFramework="native" />
8+
<package id="boost_system-android" version="1.55.0.2" targetFramework="native" />
9+
<package id="boost_thread-android" version="1.55.0.2" targetFramework="native" />
10+
<package id="openssl-android" version="1.0.2.1" targetFramework="native" />
1111
</packages>

Release/tests/common/UnitTestpp/vs14.android/UnitTestpp140.android.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,25 @@
103103
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
104104
<ConfigurationType>StaticLibrary</ConfigurationType>
105105
<UseDebugLibraries>true</UseDebugLibraries>
106-
<PlatformToolset>Clang_3_6</PlatformToolset>
106+
<PlatformToolset>Clang_3_8</PlatformToolset>
107107
<UseOfStl>gnustl_static</UseOfStl>
108108
</PropertyGroup>
109109
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
110110
<ConfigurationType>StaticLibrary</ConfigurationType>
111111
<UseDebugLibraries>true</UseDebugLibraries>
112-
<PlatformToolset>Clang_3_6</PlatformToolset>
112+
<PlatformToolset>Clang_3_8</PlatformToolset>
113113
<UseOfStl>gnustl_static</UseOfStl>
114114
</PropertyGroup>
115115
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
116116
<ConfigurationType>StaticLibrary</ConfigurationType>
117117
<UseDebugLibraries>false</UseDebugLibraries>
118-
<PlatformToolset>Clang_3_6</PlatformToolset>
118+
<PlatformToolset>Clang_3_8</PlatformToolset>
119119
<UseOfStl>gnustl_static</UseOfStl>
120120
</PropertyGroup>
121121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
122122
<ConfigurationType>StaticLibrary</ConfigurationType>
123123
<UseDebugLibraries>false</UseDebugLibraries>
124-
<PlatformToolset>Clang_3_6</PlatformToolset>
124+
<PlatformToolset>Clang_3_8</PlatformToolset>
125125
<UseOfStl>gnustl_static</UseOfStl>
126126
</PropertyGroup>
127127
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

Release/tests/common/utilities/vs14.android/CommonUtilities140.android.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,25 @@
5454
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
5555
<ConfigurationType>StaticLibrary</ConfigurationType>
5656
<UseDebugLibraries>true</UseDebugLibraries>
57-
<PlatformToolset>Clang_3_6</PlatformToolset>
57+
<PlatformToolset>Clang_3_8</PlatformToolset>
5858
<UseOfStl>gnustl_static</UseOfStl>
5959
</PropertyGroup>
6060
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
6161
<ConfigurationType>StaticLibrary</ConfigurationType>
6262
<UseDebugLibraries>true</UseDebugLibraries>
63-
<PlatformToolset>Clang_3_6</PlatformToolset>
63+
<PlatformToolset>Clang_3_8</PlatformToolset>
6464
<UseOfStl>gnustl_static</UseOfStl>
6565
</PropertyGroup>
6666
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
6767
<ConfigurationType>StaticLibrary</ConfigurationType>
6868
<UseDebugLibraries>false</UseDebugLibraries>
69-
<PlatformToolset>Clang_3_6</PlatformToolset>
69+
<PlatformToolset>Clang_3_8</PlatformToolset>
7070
<UseOfStl>gnustl_static</UseOfStl>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
7373
<ConfigurationType>StaticLibrary</ConfigurationType>
7474
<UseDebugLibraries>false</UseDebugLibraries>
75-
<PlatformToolset>Clang_3_6</PlatformToolset>
75+
<PlatformToolset>Clang_3_8</PlatformToolset>
7676
<UseOfStl>gnustl_static</UseOfStl>
7777
</PropertyGroup>
7878
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

Release/tests/functional/http/client/vs14.android/HttpClient140_test.android.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,25 +72,25 @@
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
7373
<ConfigurationType>StaticLibrary</ConfigurationType>
7474
<UseDebugLibraries>true</UseDebugLibraries>
75-
<PlatformToolset>Clang_3_6</PlatformToolset>
75+
<PlatformToolset>Clang_3_8</PlatformToolset>
7676
<UseOfStl>gnustl_static</UseOfStl>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
7979
<ConfigurationType>StaticLibrary</ConfigurationType>
8080
<UseDebugLibraries>true</UseDebugLibraries>
81-
<PlatformToolset>Clang_3_6</PlatformToolset>
81+
<PlatformToolset>Clang_3_8</PlatformToolset>
8282
<UseOfStl>gnustl_static</UseOfStl>
8383
</PropertyGroup>
8484
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
8585
<ConfigurationType>StaticLibrary</ConfigurationType>
8686
<UseDebugLibraries>false</UseDebugLibraries>
87-
<PlatformToolset>Clang_3_6</PlatformToolset>
87+
<PlatformToolset>Clang_3_8</PlatformToolset>
8888
<UseOfStl>gnustl_static</UseOfStl>
8989
</PropertyGroup>
9090
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
9191
<ConfigurationType>StaticLibrary</ConfigurationType>
9292
<UseDebugLibraries>false</UseDebugLibraries>
93-
<PlatformToolset>Clang_3_6</PlatformToolset>
93+
<PlatformToolset>Clang_3_8</PlatformToolset>
9494
<UseOfStl>gnustl_static</UseOfStl>
9595
</PropertyGroup>
9696
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

Release/tests/functional/http/listener/vs14.android/HttpListener140_test.android.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,25 @@
6464
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
6565
<ConfigurationType>StaticLibrary</ConfigurationType>
6666
<UseDebugLibraries>true</UseDebugLibraries>
67-
<PlatformToolset>Clang_3_6</PlatformToolset>
67+
<PlatformToolset>Clang_3_8</PlatformToolset>
6868
<UseOfStl>gnustl_static</UseOfStl>
6969
</PropertyGroup>
7070
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
7171
<ConfigurationType>StaticLibrary</ConfigurationType>
7272
<UseDebugLibraries>true</UseDebugLibraries>
73-
<PlatformToolset>Clang_3_6</PlatformToolset>
73+
<PlatformToolset>Clang_3_8</PlatformToolset>
7474
<UseOfStl>gnustl_static</UseOfStl>
7575
</PropertyGroup>
7676
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
7777
<ConfigurationType>StaticLibrary</ConfigurationType>
7878
<UseDebugLibraries>false</UseDebugLibraries>
79-
<PlatformToolset>Clang_3_6</PlatformToolset>
79+
<PlatformToolset>Clang_3_8</PlatformToolset>
8080
<UseOfStl>gnustl_static</UseOfStl>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
8383
<ConfigurationType>StaticLibrary</ConfigurationType>
8484
<UseDebugLibraries>false</UseDebugLibraries>
85-
<PlatformToolset>Clang_3_6</PlatformToolset>
85+
<PlatformToolset>Clang_3_8</PlatformToolset>
8686
<UseOfStl>gnustl_static</UseOfStl>
8787
</PropertyGroup>
8888
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

Release/tests/functional/http/utilities/vs14.android/HttpTestUtilities140.android.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,25 @@
6060
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
6161
<ConfigurationType>StaticLibrary</ConfigurationType>
6262
<UseDebugLibraries>true</UseDebugLibraries>
63-
<PlatformToolset>Clang_3_6</PlatformToolset>
63+
<PlatformToolset>Clang_3_8</PlatformToolset>
6464
<UseOfStl>gnustl_static</UseOfStl>
6565
</PropertyGroup>
6666
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
6767
<ConfigurationType>StaticLibrary</ConfigurationType>
6868
<UseDebugLibraries>true</UseDebugLibraries>
69-
<PlatformToolset>Clang_3_6</PlatformToolset>
69+
<PlatformToolset>Clang_3_8</PlatformToolset>
7070
<UseOfStl>gnustl_static</UseOfStl>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
7373
<ConfigurationType>StaticLibrary</ConfigurationType>
7474
<UseDebugLibraries>false</UseDebugLibraries>
75-
<PlatformToolset>Clang_3_6</PlatformToolset>
75+
<PlatformToolset>Clang_3_8</PlatformToolset>
7676
<UseOfStl>gnustl_static</UseOfStl>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
7979
<ConfigurationType>StaticLibrary</ConfigurationType>
8080
<UseDebugLibraries>false</UseDebugLibraries>
81-
<PlatformToolset>Clang_3_6</PlatformToolset>
81+
<PlatformToolset>Clang_3_8</PlatformToolset>
8282
<UseOfStl>gnustl_static</UseOfStl>
8383
</PropertyGroup>
8484
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

Release/tests/functional/json/vs14.android/JSON140_test.android.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,25 @@
5858
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
5959
<ConfigurationType>StaticLibrary</ConfigurationType>
6060
<UseDebugLibraries>true</UseDebugLibraries>
61-
<PlatformToolset>Clang_3_6</PlatformToolset>
61+
<PlatformToolset>Clang_3_8</PlatformToolset>
6262
<UseOfStl>gnustl_static</UseOfStl>
6363
</PropertyGroup>
6464
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
6565
<ConfigurationType>StaticLibrary</ConfigurationType>
6666
<UseDebugLibraries>true</UseDebugLibraries>
67-
<PlatformToolset>Clang_3_6</PlatformToolset>
67+
<PlatformToolset>Clang_3_8</PlatformToolset>
6868
<UseOfStl>gnustl_static</UseOfStl>
6969
</PropertyGroup>
7070
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
7171
<ConfigurationType>StaticLibrary</ConfigurationType>
7272
<UseDebugLibraries>false</UseDebugLibraries>
73-
<PlatformToolset>Clang_3_6</PlatformToolset>
73+
<PlatformToolset>Clang_3_8</PlatformToolset>
7474
<UseOfStl>gnustl_static</UseOfStl>
7575
</PropertyGroup>
7676
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
7777
<ConfigurationType>StaticLibrary</ConfigurationType>
7878
<UseDebugLibraries>false</UseDebugLibraries>
79-
<PlatformToolset>Clang_3_6</PlatformToolset>
79+
<PlatformToolset>Clang_3_8</PlatformToolset>
8080
<UseOfStl>gnustl_static</UseOfStl>
8181
</PropertyGroup>
8282
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

Release/tests/functional/pplx/pplx_test/vs14.android/pplx140_test.android.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,25 @@
5353
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
5454
<ConfigurationType>StaticLibrary</ConfigurationType>
5555
<UseDebugLibraries>true</UseDebugLibraries>
56-
<PlatformToolset>Clang_3_6</PlatformToolset>
56+
<PlatformToolset>Clang_3_8</PlatformToolset>
5757
<UseOfStl>gnustl_static</UseOfStl>
5858
</PropertyGroup>
5959
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
6060
<ConfigurationType>StaticLibrary</ConfigurationType>
6161
<UseDebugLibraries>true</UseDebugLibraries>
62-
<PlatformToolset>Clang_3_6</PlatformToolset>
62+
<PlatformToolset>Clang_3_8</PlatformToolset>
6363
<UseOfStl>gnustl_static</UseOfStl>
6464
</PropertyGroup>
6565
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
6666
<ConfigurationType>StaticLibrary</ConfigurationType>
6767
<UseDebugLibraries>false</UseDebugLibraries>
68-
<PlatformToolset>Clang_3_6</PlatformToolset>
68+
<PlatformToolset>Clang_3_8</PlatformToolset>
6969
<UseOfStl>gnustl_static</UseOfStl>
7070
</PropertyGroup>
7171
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
7272
<ConfigurationType>StaticLibrary</ConfigurationType>
7373
<UseDebugLibraries>false</UseDebugLibraries>
74-
<PlatformToolset>Clang_3_6</PlatformToolset>
74+
<PlatformToolset>Clang_3_8</PlatformToolset>
7575
<UseOfStl>gnustl_static</UseOfStl>
7676
</PropertyGroup>
7777
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

0 commit comments

Comments
 (0)