Most .capnp files use "/c.capnp".fieldgetset. Recompile from schema files.

This commit is contained in:
Alex Helfet 2017-03-26 23:40:55 +01:00
parent 73b5d565de
commit 989acc3414
11 changed files with 124 additions and 60 deletions

View file

@ -21,8 +21,11 @@
@0xd508eebdc2dc42b8;
using C = import "c.capnp";
using Cxx = import "c++.capnp";
$C.fieldgetset;
# Use a namespace likely to cause trouble if the generated code doesn't use fully-qualified
# names for stuff in the capnproto namespace.
$Cxx.namespace("capnproto_test::capnp::test");