Add warning about upcoming delegation changes.

pull/13171/head
Joshua Haberman 14 years ago
parent b40b40fb89
commit b2d66287d9
  1. 3
      src/upb_stream.h

@ -80,6 +80,9 @@ typedef enum {
// objects to compose; a set of upb_handlers need not know whether it is the // objects to compose; a set of upb_handlers need not know whether it is the
// top-level message or a sub-message. May not be returned from any other // top-level message or a sub-message. May not be returned from any other
// callback. // callback.
//
// WARNING! The delegation API is slated for some significant changes.
// See: http://code.google.com/p/upb/issues/detail?id=6
UPB_DELEGATE, UPB_DELEGATE,
} upb_flow_t; } upb_flow_t;

Loading…
Cancel
Save