Lukacs T. Berki | c58bc16 | 2016-04-07 14:42:11 +0200 | [diff] [blame] | 1 | /* |
| 2 | * |
Alexandre Rostovtsev | 458ab03 | 2019-02-06 15:43:21 -0500 | [diff] [blame^] | 3 | * Copyright 2015 gRPC authors. |
Lukacs T. Berki | c58bc16 | 2016-04-07 14:42:11 +0200 | [diff] [blame] | 4 | * |
Alexandre Rostovtsev | 458ab03 | 2019-02-06 15:43:21 -0500 | [diff] [blame^] | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | * you may not use this file except in compliance with the License. |
| 7 | * You may obtain a copy of the License at |
Lukacs T. Berki | c58bc16 | 2016-04-07 14:42:11 +0200 | [diff] [blame] | 8 | * |
Alexandre Rostovtsev | 458ab03 | 2019-02-06 15:43:21 -0500 | [diff] [blame^] | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
Lukacs T. Berki | c58bc16 | 2016-04-07 14:42:11 +0200 | [diff] [blame] | 10 | * |
Alexandre Rostovtsev | 458ab03 | 2019-02-06 15:43:21 -0500 | [diff] [blame^] | 11 | * Unless required by applicable law or agreed to in writing, software |
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | * See the License for the specific language governing permissions and |
| 15 | * limitations under the License. |
Lukacs T. Berki | c58bc16 | 2016-04-07 14:42:11 +0200 | [diff] [blame] | 16 | * |
| 17 | */ |
| 18 | |
Alexandre Rostovtsev | 458ab03 | 2019-02-06 15:43:21 -0500 | [diff] [blame^] | 19 | #include <grpcpp/security/server_credentials.h> |
Lukacs T. Berki | c58bc16 | 2016-04-07 14:42:11 +0200 | [diff] [blame] | 20 | |
| 21 | namespace grpc { |
| 22 | |
| 23 | ServerCredentials::~ServerCredentials() {} |
| 24 | |
| 25 | } // namespace grpc |