зеркало из https://github.com/mozilla/gecko-dev.git
Mark the gonk SmsService class as final, no bug
This commit is contained in:
Родитель
79d3b231c8
Коммит
110eb900ac
|
@ -10,12 +10,13 @@
|
|||
#include "nsIRadioInterfaceLayer.h"
|
||||
#include "nsTArray.h"
|
||||
#include "nsString.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mobilemessage {
|
||||
|
||||
class SmsService : public nsISmsService
|
||||
class SmsService MOZ_FINAL : public nsISmsService
|
||||
{
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
|
Загрузка…
Ссылка в новой задаче