BMimeType: Use the new _DEPRECATED to mark SetType deprecated.
This is the first use of this new macro.
This commit is contained in:
@@ -149,7 +149,7 @@ public:
|
||||
static status_t StopWatching(BMessenger target);
|
||||
|
||||
/* Deprecated. Use SetTo() instead. */
|
||||
status_t SetType(const char* mimeType);
|
||||
status_t SetType(const char* mimeType) _DEPRECATED;
|
||||
|
||||
private:
|
||||
BMimeType(const char* mimeType, const char* mimePath);
|
||||
|
||||
Reference in New Issue
Block a user