macros rename
This commit is contained in:
@@ -271,11 +271,11 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
BINARY_STREAM_STORE (PIPropertyStorage::Property) {s << v.name << v.value << v.comment << v.flags; return s;}
|
||||
BINARY_STREAM_RESTORE(PIPropertyStorage::Property) {s >> v.name >> v.value >> v.comment >> v.flags; return s;}
|
||||
BINARY_STREAM_WRITE(PIPropertyStorage::Property) {s << v.name << v.value << v.comment << v.flags; return s;}
|
||||
BINARY_STREAM_READ (PIPropertyStorage::Property) {s >> v.name >> v.value >> v.comment >> v.flags; return s;}
|
||||
|
||||
BINARY_STREAM_STORE (PIPropertyStorage) {s << v.properties(); return s;}
|
||||
BINARY_STREAM_RESTORE(PIPropertyStorage) {s >> v.properties(); return s;}
|
||||
BINARY_STREAM_WRITE(PIPropertyStorage) {s << v.properties(); return s;}
|
||||
BINARY_STREAM_READ (PIPropertyStorage) {s >> v.properties(); return s;}
|
||||
|
||||
|
||||
#endif // PIPROPERTYSTORAGE_H
|
||||
|
||||
Reference in New Issue
Block a user