gecko-dev/xpcom/ds/nsAtomService.h

25 строки
578 B
C
Исходник Обычный вид История

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2012-05-21 15:12:37 +04:00
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
2000-03-31 13:19:17 +04:00
#ifndef __nsAtomService_h
#define __nsAtomService_h
#include "nsIAtomService.h"
#include "mozilla/Attributes.h"
2000-03-31 13:19:17 +04:00
class nsAtomService MOZ_FINAL : public nsIAtomService
2000-03-31 13:19:17 +04:00
{
public:
nsAtomService();
NS_DECL_ISUPPORTS
NS_DECL_NSIATOMSERVICE
private:
~nsAtomService() {}
2000-03-31 13:19:17 +04:00
};
#endif