mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
Bug 623126 - Add constructor for nsDebugImpl, nsTraceRefcntImpl, EmptyEnumeratorImpl, and nsSimpleUnicharStreamFactory to placate CLang; r=bsmedberg
This commit is contained in:
parent
81e0f6e13f
commit
0bd9cb7b3e
@ -40,6 +40,7 @@
|
||||
class nsDebugImpl : public nsIDebug2
|
||||
{
|
||||
public:
|
||||
nsDebugImpl() {}
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIDEBUG
|
||||
NS_DECL_NSIDEBUG2
|
||||
|
@ -44,6 +44,7 @@
|
||||
class nsTraceRefcntImpl : public nsITraceRefcnt
|
||||
{
|
||||
public:
|
||||
nsTraceRefcntImpl() {}
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSITRACEREFCNT
|
||||
|
||||
|
@ -52,6 +52,7 @@ class EmptyEnumeratorImpl : public nsISimpleEnumerator,
|
||||
public nsIStringEnumerator
|
||||
{
|
||||
public:
|
||||
EmptyEnumeratorImpl() {}
|
||||
// nsISupports interface
|
||||
NS_DECL_ISUPPORTS_INHERITED // not really inherited, but no mRefCnt
|
||||
|
||||
|
@ -51,6 +51,7 @@ class nsSimpleUnicharStreamFactory :
|
||||
private nsISimpleUnicharStreamFactory
|
||||
{
|
||||
public:
|
||||
nsSimpleUnicharStreamFactory() {}
|
||||
NS_DECL_ISUPPORTS_INHERITED
|
||||
NS_DECL_NSIFACTORY
|
||||
NS_DECL_NSISIMPLEUNICHARSTREAMFACTORY
|
||||
|
Loading…
x
Reference in New Issue
Block a user