From d5284828c11ec944b8020cab3038c4a867ab0519 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 25 Aug 2005 13:51:44 +0000 Subject: Gecko API change. 2005-08-25 Christian Persch * embed/mozilla/GlobalHistory.cpp: Gecko API change. --- embed/mozilla/GlobalHistory.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'embed/mozilla/GlobalHistory.cpp') diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 6243fb0d2..27d71b9ab 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -125,3 +125,21 @@ NS_IMETHODIMP MozGlobalHistory::SetPageTitle(nsIURI *aURI, const nsAString & aTi return NS_OK; } + +#ifdef HAVE_GECKO_1_9 +/* unsigned long getURIGeckoFlags(in nsIURI aURI); */ +NS_IMETHODIMP +GlobalHistory::GetURIGeckoFlags(nsIURI *aURI, PRUint32* aFlags) +{ +#error Implement me! + return NS_ERROR_NOT_IMPLEMENTED: +} + +/* void setURIGeckoFlags(in nsIURI aURI, in unsigned long aFlags); */ +NS_IMETHODIMP +GlobalHistory::SetURIGeckoFlags(nsIURI *aURI, PRUint32 aFlags) +{ +#error Implement me! + return NS_ERROR_NOT_IMPLEMENTED: +} +#endif /* HAVE_GECKO_1_9 */ -- cgit v1.2.3