epiphany r8165 - branches/gnome-2-22/embed/mozilla



Author: chpe
Date: Fri Mar 28 15:10:15 2008
New Revision: 8165
URL: http://svn.gnome.org/viewvc/epiphany?rev=8165&view=rev

Log:
Do use a 1.9 xpidl for this



Modified:
   branches/gnome-2-22/embed/mozilla/ephyIAddCertExceptionParams.h

Modified: branches/gnome-2-22/embed/mozilla/ephyIAddCertExceptionParams.h
==============================================================================
--- branches/gnome-2-22/embed/mozilla/ephyIAddCertExceptionParams.h	(original)
+++ branches/gnome-2-22/embed/mozilla/ephyIAddCertExceptionParams.h	Fri Mar 28 15:10:15 2008
@@ -25,7 +25,7 @@
 class NS_NO_VTABLE ephyIAddCertExceptionParams : public nsISupports {
  public: 
 
-  NS_DEFINE_STATIC_IID_ACCESSOR(EPHYIADDCERTEXCEPTIONPARAMS_IID)
+  NS_DECLARE_STATIC_IID_ACCESSOR(EPHYIADDCERTEXCEPTIONPARAMS_IID)
 
   /* readonly attribute boolean prefetchCert; */
   NS_IMETHOD GetPrefetchCert(PRBool *aPrefetchCert) = 0;
@@ -39,6 +39,8 @@
 
 };
 
+  NS_DEFINE_STATIC_IID_ACCESSOR(ephyIAddCertExceptionParams, EPHYIADDCERTEXCEPTIONPARAMS_IID)
+
 /* Use this macro when declaring classes that implement this interface. */
 #define NS_DECL_EPHYIADDCERTEXCEPTIONPARAMS \
   NS_IMETHOD GetPrefetchCert(PRBool *aPrefetchCert); \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]