switched to NS_DEFINE_STATIC_IID_ACCESSOR, removed extraneous AddRef, Release declarations.

git-svn-id: svn://10.0.0.236/trunk@47085 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
1999-09-13 03:03:42 +00:00
parent 4ac766fd0b
commit 64698597cc

View File

@@ -73,10 +73,7 @@
class nsIClipView : public nsISupports
{
public:
static const nsIID& GetIID() { static nsIID iid = NS_ICLIPVIEW_IID; return iid; }
private:
NS_IMETHOD_(nsrefcnt) AddRef(void) = 0;
NS_IMETHOD_(nsrefcnt) Release(void) = 0;
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICLIPVIEW_IID)
};
#endif