Merge pull request #3169 from yang-g/route_guide_objc

Unify package of route_guide service across languages.
pull/2707/merge
Jorge Canizales 10 years ago
commit 5cf62b3e44
  1. 2
      src/objective-c/generated_libraries/RouteGuideClient/route_guide.proto
  2. 2
      src/objective-c/tests/LocalClearTextTests.m

@ -29,7 +29,7 @@
syntax = "proto3";
package examples;
package routeguide;
option objc_class_prefix = "RGD";

@ -47,7 +47,7 @@
// instructions at https://github.com/grpc/homebrew-grpc
static NSString * const kRouteGuideHost = @"http://localhost:50051";
static NSString * const kPackage = @"examples";
static NSString * const kPackage = @"routeguide";
static NSString * const kService = @"RouteGuide";
@interface LocalClearTextTests : XCTestCase

Loading…
Cancel
Save