Commit 41d2b217 authored by Kenton Varda's avatar Kenton Varda

oops

parent 0fd36d34
...@@ -23,12 +23,13 @@ ...@@ -23,12 +23,13 @@
// This file is NOT intended for use by clients, except in generated code. // This file is NOT intended for use by clients, except in generated code.
// //
// This file defines low-level, non-type-safe classes for interpreting the raw Cap'n Proto wire // This file defines low-level, non-type-safe classes for traversing the Cap'n Proto memory layout
// format. Code generated by the Cap'n Proto compiler uses these classes, as does other parts of // (which is also its wire format). Code generated by the Cap'n Proto compiler uses these classes,
// the Cap'n proto library which provide a higher-level interface for dynamic introspection. // as does other parts of the Cap'n proto library which provide a higher-level interface for
// dynamic introspection.
#ifndef CAPNPROTO_WIRE_FORMAT_H_ #ifndef CAPNPROTO_LAYOUT_H_
#define CAPNPROTO_WIRE_FORMAT_H_ #define CAPNPROTO_LAYOUT_H_
#include "macros.h" #include "macros.h"
#include "type-safety.h" #include "type-safety.h"
...@@ -609,4 +610,4 @@ inline Void ListReader::getDataElement<Void>(ElementCount index) const { ...@@ -609,4 +610,4 @@ inline Void ListReader::getDataElement<Void>(ElementCount index) const {
} // namespace internal } // namespace internal
} // namespace capnproto } // namespace capnproto
#endif // CAPNPROTO_WIRE_FORMAT_H_ #endif // CAPNPROTO_LAYOUT_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment