|
|
@@ -46,8 +46,8 @@ static const unsigned AM_NODEID = 0x10;
|
|
|
static const unsigned AM_COMPONENTID = 0x20;
|
|
|
/// Attribute is a node ID vector where first element is the amount of nodes.
|
|
|
static const unsigned AM_NODEIDVECTOR = 0x40;
|
|
|
-/// Attribute is readonly.
|
|
|
-static const unsigned AM_FILEREADONLY= 0x81;
|
|
|
+/// Attribute is readonly. Can't be used with binary serialized objects.
|
|
|
+static const unsigned AM_FILEREADONLY = 0x81;
|
|
|
|
|
|
class Serializable;
|
|
|
|