blob: c3b3a8b3793fceb4a358ef633478692fdf72bc97 [file] [log] [blame]
Lukacs T. Berkic58bc162016-04-07 14:42:11 +02001/*
2 *
Alexandre Rostovtsev458ab032019-02-06 15:43:21 -05003 * Copyright 2015 gRPC authors.
Lukacs T. Berkic58bc162016-04-07 14:42:11 +02004 *
Alexandre Rostovtsev458ab032019-02-06 15:43:21 -05005 * 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. Berkic58bc162016-04-07 14:42:11 +02008 *
Alexandre Rostovtsev458ab032019-02-06 15:43:21 -05009 * http://www.apache.org/licenses/LICENSE-2.0
Lukacs T. Berkic58bc162016-04-07 14:42:11 +020010 *
Alexandre Rostovtsev458ab032019-02-06 15:43:21 -050011 * 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. Berkic58bc162016-04-07 14:42:11 +020016 *
17 */
18
Alexandre Rostovtsev458ab032019-02-06 15:43:21 -050019#include <grpcpp/security/server_credentials.h>
Lukacs T. Berkic58bc162016-04-07 14:42:11 +020020
21namespace grpc {
22
23ServerCredentials::~ServerCredentials() {}
24
25} // namespace grpc