Clean up properties.
This commit is contained in:
parent
753757e1cb
commit
3d5d7564a7
3 changed files with 14 additions and 14 deletions
|
@ -36,10 +36,10 @@
|
|||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
@property (readonly, assign) uint16_t priority;
|
||||
@property (readonly, assign) uint16_t weight;
|
||||
@property (assign) uint32_t accumulatedWeight;
|
||||
@property (readonly, assign) uint16_t port;
|
||||
@property (readonly) uint16_t priority;
|
||||
@property (readonly) uint16_t weight;
|
||||
@property uint32_t accumulatedWeight;
|
||||
@property (readonly) uint16_t port;
|
||||
@property (readonly, copy) OFString *target;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue