aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/impl/codegen/config.h')
-rw-r--r--include/grpc++/impl/codegen/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/grpc++/impl/codegen/config.h b/include/grpc++/impl/codegen/config.h
index af3ee5a4cf..a43bf65f91 100644
--- a/include/grpc++/impl/codegen/config.h
+++ b/include/grpc++/impl/codegen/config.h
@@ -39,6 +39,12 @@
#define GRPC_CUSTOM_STRING std::string
#endif
+// The following macros are deprecated and appear only for users
+// with PB files generated using gRPC 1.0.x plugins. They should
+// not be used in new code
+#define GRPC_OVERRIDE override // deprecated
+#define GRPC_FINAL final // deprecated
+
namespace grpc {
typedef GRPC_CUSTOM_STRING string;