Mark the gonk SmsService class as final, no bug

This commit is contained in:
Ehsan Akhgari 2013-09-22 17:06:44 -04:00
Родитель 79d3b231c8
Коммит 110eb900ac
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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