From 0e00c430827e81d61e1e7164ef04ca21ccbfaa77 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Fri, 26 Jan 2018 15:39:32 -0800 Subject: Move headers from grpc++ to grpcpp --- include/grpcpp/impl/serialization_traits.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 include/grpcpp/impl/serialization_traits.h (limited to 'include/grpcpp/impl/serialization_traits.h') diff --git a/include/grpcpp/impl/serialization_traits.h b/include/grpcpp/impl/serialization_traits.h new file mode 100644 index 0000000000..95194fbd89 --- /dev/null +++ b/include/grpcpp/impl/serialization_traits.h @@ -0,0 +1,24 @@ +/* + * + * Copyright 2015 gRPC authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#ifndef GRPCPP_IMPL_SERIALIZATION_TRAITS_H +#define GRPCPP_IMPL_SERIALIZATION_TRAITS_H + +#include + +#endif // GRPCPP_IMPL_SERIALIZATION_TRAITS_H -- cgit v1.2.3