BNetworkAddress: Make the first SetToLinkLevel() take a const pointer.
Technically breaks ABI. However to the best of my knowledge, nothing uses this method outside of the tree.
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
void SetPort(uint16 port);
|
||||
status_t SetPort(const char* service);
|
||||
|
||||
void SetToLinkLevel(uint8* address, size_t length);
|
||||
void SetToLinkLevel(const uint8* address, size_t length);
|
||||
void SetToLinkLevel(const char* name);
|
||||
void SetToLinkLevel(uint32 index);
|
||||
void SetLinkLevelIndex(uint32 index);
|
||||
|
||||
Reference in New Issue
Block a user