Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 357175
Collapse All | Expand All

(-)a/embedding/browser/gtk/src/EmbedPrivate.cpp (+1 lines)
Lines 104-109 Link Here
104
class GTKEmbedDirectoryProvider : public nsIDirectoryServiceProvider2
104
class GTKEmbedDirectoryProvider : public nsIDirectoryServiceProvider2
105
{
105
{
106
public:
106
public:
107
  GTKEmbedDirectoryProvider() {}
107
  NS_DECL_ISUPPORTS_INHERITED
108
  NS_DECL_ISUPPORTS_INHERITED
108
  NS_DECL_NSIDIRECTORYSERVICEPROVIDER
109
  NS_DECL_NSIDIRECTORYSERVICEPROVIDER
109
  NS_DECL_NSIDIRECTORYSERVICEPROVIDER2
110
  NS_DECL_NSIDIRECTORYSERVICEPROVIDER2
(-)a/gfx/ots/src/os2.cc (+2 lines)
Lines 6-11 Link Here
6
6
7
#include "head.h"
7
#include "head.h"
8
8
9
#include<cstddef>
10
9
// OS/2 - OS/2 and Windows Metrics
11
// OS/2 - OS/2 and Windows Metrics
10
// http://www.microsoft.com/opentype/otspec/os2.htm
12
// http://www.microsoft.com/opentype/otspec/os2.htm
11
13
(-)a/intl/unicharutil/util/nsUnicharUtils.h (+1 lines)
Lines 72-77 Link Here
72
class nsCaseInsensitiveStringComparator : public nsStringComparator
72
class nsCaseInsensitiveStringComparator : public nsStringComparator
73
{
73
{
74
public:
74
public:
75
  nsCaseInsensitiveStringComparator() {}
75
  virtual int operator() (const PRUnichar*,
76
  virtual int operator() (const PRUnichar*,
76
                          const PRUnichar*,
77
                          const PRUnichar*,
77
                          PRUint32 aLength) const;
78
                          PRUint32 aLength) const;
(-)a/toolkit/xre/nsAppRunner.cpp (+1 lines)
Lines 640-645 Link Here
640
640
641
{
641
{
642
public:
642
public:
643
  nsXULAppInfo() {}
643
  NS_DECL_ISUPPORTS_INHERITED
644
  NS_DECL_ISUPPORTS_INHERITED
644
  NS_DECL_NSIXULAPPINFO
645
  NS_DECL_NSIXULAPPINFO
645
  NS_DECL_NSIXULRUNTIME
646
  NS_DECL_NSIXULRUNTIME
(-)a/xpcom/base/nsDebugImpl.h (+1 lines)
Lines 40-45 Link Here
40
class nsDebugImpl : public nsIDebug2
40
class nsDebugImpl : public nsIDebug2
41
{
41
{
42
public:
42
public:
43
    nsDebugImpl() {}
43
    NS_DECL_ISUPPORTS
44
    NS_DECL_ISUPPORTS
44
    NS_DECL_NSIDEBUG
45
    NS_DECL_NSIDEBUG
45
    NS_DECL_NSIDEBUG2
46
    NS_DECL_NSIDEBUG2
(-)a/xpcom/base/nsTraceRefcntImpl.h (+1 lines)
Lines 44-49 Link Here
44
class nsTraceRefcntImpl : public nsITraceRefcnt
44
class nsTraceRefcntImpl : public nsITraceRefcnt
45
{
45
{
46
public:
46
public:
47
  nsTraceRefcntImpl() {}
47
  NS_DECL_ISUPPORTS
48
  NS_DECL_ISUPPORTS
48
  NS_DECL_NSITRACEREFCNT
49
  NS_DECL_NSITRACEREFCNT
49
50
(-)a/xpcom/glue/nsEnumeratorUtils.cpp (+1 lines)
Lines 52-57 Link Here
52
                            public nsIStringEnumerator
52
                            public nsIStringEnumerator
53
{
53
{
54
public:
54
public:
55
    EmptyEnumeratorImpl() {}
55
    // nsISupports interface
56
    // nsISupports interface
56
    NS_DECL_ISUPPORTS_INHERITED  // not really inherited, but no mRefCnt
57
    NS_DECL_ISUPPORTS_INHERITED  // not really inherited, but no mRefCnt
57
58
(-)a/xpcom/io/nsUnicharInputStream.h (+1 lines)
Lines 51-56 Link Here
51
  private nsISimpleUnicharStreamFactory
51
  private nsISimpleUnicharStreamFactory
52
{
52
{
53
public:
53
public:
54
  nsSimpleUnicharStreamFactory() {}
54
  NS_DECL_ISUPPORTS_INHERITED
55
  NS_DECL_ISUPPORTS_INHERITED
55
  NS_DECL_NSIFACTORY
56
  NS_DECL_NSIFACTORY
56
  NS_DECL_NSISIMPLEUNICHARSTREAMFACTORY
57
  NS_DECL_NSISIMPLEUNICHARSTREAMFACTORY

Return to bug 357175