From 47d743734ae26bf8c22d871d6a048ca3c20ab04f Mon Sep 17 00:00:00 2001 From: Igor Hernandez Date: Mon, 5 Sep 2011 23:11:17 -0400 Subject: [PATCH] up to date protobuff file --- objects.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/objects.proto b/objects.proto index b732e6c..74e00cb 100644 --- a/objects.proto +++ b/objects.proto @@ -5,6 +5,10 @@ message infoObject { optional int32 value = 2; } +message stringgroup { + repeated stringResponse data = 1; +} + message BooleanObject { required bool istrue = 1; }