|
1234567891011121314151617181920212223242526272829303132333435 |
- // Generated by the gRPC C++ plugin.
- // If you make any local change, they will be lost.
- // source: Message2Server.proto
- // Original file comments:
- // Message2Server
- #ifndef GRPC_Message2Server_2eproto__INCLUDED
- #define GRPC_Message2Server_2eproto__INCLUDED
-
- #include "Message2Server.pb.h"
-
- #include <functional>
- #include <grpcpp/impl/codegen/async_generic_service.h>
- #include <grpcpp/impl/codegen/async_stream.h>
- #include <grpcpp/impl/codegen/async_unary_call.h>
- #include <grpcpp/impl/codegen/client_callback.h>
- #include <grpcpp/impl/codegen/client_context.h>
- #include <grpcpp/impl/codegen/completion_queue.h>
- #include <grpcpp/impl/codegen/message_allocator.h>
- #include <grpcpp/impl/codegen/method_handler.h>
- #include <grpcpp/impl/codegen/proto_utils.h>
- #include <grpcpp/impl/codegen/rpc_method.h>
- #include <grpcpp/impl/codegen/server_callback.h>
- #include <grpcpp/impl/codegen/server_callback_handlers.h>
- #include <grpcpp/impl/codegen/server_context.h>
- #include <grpcpp/impl/codegen/service_type.h>
- #include <grpcpp/impl/codegen/status.h>
- #include <grpcpp/impl/codegen/stub_options.h>
- #include <grpcpp/impl/codegen/sync_stream.h>
-
- namespace protobuf
- {
-
- } // namespace protobuf
-
- #endif // GRPC_Message2Server_2eproto__INCLUDED
|