From b5c21fd39fe8b7b33e673fbb2470e0284ec93c43 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 24 Jun 2003 14:46:15 +0000 Subject: Api change 2003-06-24 Marco Pesenti Gritti * embed/mozilla/GlobalHistory.cpp: Api change --- embed/mozilla/GlobalHistory.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'embed/mozilla') diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 65091725f..24aff6f7f 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -90,6 +90,13 @@ NS_IMETHODIMP MozGlobalHistory::GetLastPageVisited(char **aLastPageVisited) return NS_ERROR_NOT_IMPLEMENTED; } +#if MOZILLA_SNAPSHOT > 8 +NS_IMETHODIMP MozGlobalHistory::SetLastPageVisited(const char *aLastPageVisited) +{ + return NS_ERROR_NOT_IMPLEMENTED; +} +#endif + NS_IMETHODIMP MozGlobalHistory::HidePage(const char *url) { return NS_ERROR_NOT_IMPLEMENTED; -- cgit v1.2.3