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

@ -19,11 +19,14 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
using C = import "c.capnp";
using Cxx = import "c++.capnp";
@0xa93fc509624c72d9;
$Cxx.namespace("capnp::schema");
$C.fieldgetset;
using Id = UInt64;
# The globally-unique ID of a file, type, or annotation.