From 7366efd81e7f36108aa35e66fca61da8a65762c2 Mon Sep 17 00:00:00 2001 From: TeBoring Date: Wed, 15 Jul 2015 16:16:08 -0700 Subject: Add packFrom, unpackTo and is in google.protobuf.Any. The previous two methods make it easy to transform between any and normal message. unPackeTo will throw error if the type url in any doesn't match the type of the message to be transformed to. is checks any's type url matches the give GPBMessage type. --- objectivec/generate_descriptors_proto.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'objectivec/generate_descriptors_proto.sh') diff --git a/objectivec/generate_descriptors_proto.sh b/objectivec/generate_descriptors_proto.sh index f2ed00b7..b3ecf398 100755 --- a/objectivec/generate_descriptors_proto.sh +++ b/objectivec/generate_descriptors_proto.sh @@ -33,7 +33,6 @@ fi # Make sure the compiler is current. cd src -make $@ google/protobuf/stubs/pbconfig.h make $@ protoc declare -a RUNTIME_PROTO_FILES=(\ -- cgit v1.2.3