Support basic serialization of opaque.

This commit is contained in:
Matthias Vallentin 2012-12-04 21:44:28 -10:00
parent aba8275346
commit fa9aeeaaf1
3 changed files with 23 additions and 23 deletions

View file

@ -512,10 +512,9 @@ public:
protected:
OpaqueType() { }
// TODO: Serialization semantics not yet defined.
//DECLARE_SERIAL(OpaqueType)
DECLARE_SERIAL(OpaqueType)
const string name;
string name;
};
class EnumType : public BroType {