зеркало из https://github.com/mozilla/pjs.git
Removed trailing semicolons after NS_DECL stuff to keep ChoadWarrior from whining. a=r=(not built)
This commit is contained in:
Родитель
5c3da95c10
Коммит
c0823a7ff5
|
@ -55,9 +55,9 @@ class nsLDAPConnection : public nsILDAPConnection, nsIRunnable
|
|||
friend class nsLDAPMessage;
|
||||
|
||||
public:
|
||||
NS_DECL_ISUPPORTS;
|
||||
NS_DECL_NSIRUNNABLE;
|
||||
NS_DECL_NSILDAPCONNECTION;
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIRUNNABLE
|
||||
NS_DECL_NSILDAPCONNECTION
|
||||
|
||||
// constructor & destructor
|
||||
//
|
||||
|
|
|
@ -52,8 +52,8 @@ class nsLDAPMessage : public nsILDAPMessage
|
|||
|
||||
public:
|
||||
|
||||
NS_DECL_ISUPPORTS;
|
||||
NS_DECL_NSILDAPMESSAGE;
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSILDAPMESSAGE
|
||||
|
||||
// constructor & destructor
|
||||
//
|
||||
|
|
|
@ -49,8 +49,8 @@ class nsLDAPOperation : public nsILDAPOperation
|
|||
{
|
||||
public:
|
||||
|
||||
NS_DECL_ISUPPORTS;
|
||||
NS_DECL_NSILDAPOPERATION;
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSILDAPOPERATION
|
||||
|
||||
// constructor & destructor
|
||||
//
|
||||
|
|
|
@ -51,8 +51,8 @@ class nsLDAPService : public nsIRunnable
|
|||
public:
|
||||
// interface decls
|
||||
//
|
||||
NS_DECL_ISUPPORTS;
|
||||
NS_DECL_NSIRUNNABLE;
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIRUNNABLE
|
||||
|
||||
// constructor and destructor
|
||||
//
|
||||
|
|
|
@ -43,9 +43,9 @@
|
|||
class nsLDAPURL : public nsILDAPURL
|
||||
{
|
||||
public:
|
||||
NS_DECL_ISUPPORTS;
|
||||
NS_DECL_NSIURI;
|
||||
NS_DECL_NSILDAPURL;
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIURI
|
||||
NS_DECL_NSILDAPURL
|
||||
|
||||
nsLDAPURL();
|
||||
virtual ~nsLDAPURL();
|
||||
|
|
Загрузка…
Ссылка в новой задаче