Removed trailing semicolons after NS_DECL stuff to keep ChoadWarrior from whining. a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-08-03 23:55:12 +00:00
parent a49ef987bb
commit 20a0d07c28
5 changed files with 12 additions and 12 deletions

View File

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

View File

@ -52,8 +52,8 @@ class nsLDAPMessage : public nsILDAPMessage
public:
NS_DECL_ISUPPORTS;
NS_DECL_NSILDAPMESSAGE;
NS_DECL_ISUPPORTS
NS_DECL_NSILDAPMESSAGE
// constructor & destructor
//

View File

@ -49,8 +49,8 @@ class nsLDAPOperation : public nsILDAPOperation
{
public:
NS_DECL_ISUPPORTS;
NS_DECL_NSILDAPOPERATION;
NS_DECL_ISUPPORTS
NS_DECL_NSILDAPOPERATION
// constructor & destructor
//

View File

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

View File

@ -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();