]> git.pld-linux.org Git - packages/ParaView.git/blob - protobuf.patch
- added TODO
[packages/ParaView.git] / protobuf.patch
1 --- ParaView-v4.0.1-source/ParaViewCore/ServerImplementation/Core/vtkPVMessage.proto.orig       2014-10-29 21:55:42.582965302 +0100
2 +++ ParaView-v4.0.1-source/ParaViewCore/ServerImplementation/Core/vtkPVMessage.proto    2014-10-29 21:58:20.865441145 +0100
3 @@ -62,10 +62,10 @@
4  {
5    extend Message {
6      // The classname for the driver process i.e. the client, typically
7 -    required string client_class = 10;
8 +    optional string client_class = 10;
9  
10      // The classname for the process where the processing occurs
11 -    required string server_class = 11;
12 +    optional string server_class = 11;
13    }
14  }
15  
16 @@ -98,8 +98,8 @@
17      }
18  
19    extend Message {
20 -    required string     xml_group           = 20;
21 -    required string     xml_name            = 21;
22 +    optional string     xml_group           = 20;
23 +    optional string     xml_name            = 21;
24      optional string     xml_sub_proxy_name  = 22;
25      repeated Property   property            = 23;
26      repeated SubProxy   subproxy            = 24;
27 @@ -204,7 +204,7 @@
28    }
29  
30    extend Message {
31 -    required uint32 view      = 70;
32 +    optional uint32 view      = 70;
33      optional double x         = 71 [default = 0];
34      optional double y         = 72 [default = 0];
35      optional bool   forceShow = 73 [default = false];
36 @@ -217,7 +217,7 @@
37  message ChartViewBounds {
38  
39    extend Message {
40 -    required uint32 view  = 75;
41 +    optional uint32 view  = 75;
42      repeated double range = 76;
43    }
44  }
45 @@ -240,8 +240,8 @@
46  
47  message ChatMessage {
48    extend Message {
49 -    required uint32 author = 84;
50 -    required string txt    = 85;
51 +    optional uint32 author = 84;
52 +    optional string txt    = 85;
53    }
54  }
55  
56 @@ -254,7 +254,7 @@
57    }
58  
59    extend Message {
60 -    required QtEventType type  = 98;
61 +    optional QtEventType type  = 98;
62    }
63  }
64  
This page took 0.057724 seconds and 3 git commands to generate.