From 41d60a73bbf8f258f0d7eb816727841bc9eb91e9 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Thu, 22 Apr 1999 14:16:30 +0000 Subject: [PATCH] Added GetIID method git-svn-id: svn://10.0.0.236/trunk@28701 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/public/nsIDragService.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/widget/public/nsIDragService.h b/mozilla/widget/public/nsIDragService.h index 7b848a2bbaa..c8385da907f 100644 --- a/mozilla/widget/public/nsIDragService.h +++ b/mozilla/widget/public/nsIDragService.h @@ -36,6 +36,8 @@ class nsIDragService : public nsISupports { public: + static const nsIID& GetIID() { static nsIID iid = NS_IDRAGSERVICE_IID; return iid; } + /** * Set the current state of the drag whether it can be dropped or not. * usually the target "frame" sets this so the native system can render the correct feedback