Adapting attribute serialization when talking to Broccoli.

Broccoli doesn't support expressions, and we now no longer send them
when serializing attributes. This is the Bro change mentioned in #606.
It's needs a correspondinly modified Broccoli identifying itself as
such, and it isn't tested yet ...

Addresses #606.
This commit is contained in:
Robin Sommer 2011-12-01 11:52:01 -08:00
parent 01b4ea1f5d
commit 18d968adcd
4 changed files with 30 additions and 2 deletions

View file

@ -198,6 +198,7 @@ protected:
static const int NO_CACHING = 2;
static const int PID_64BIT = 4;
static const int NEW_CACHE_STRATEGY = 8;
static const int BROCCOLI_PEER = 16;
// Constants to remember to who did something.
static const int NONE = 0;