remove unused items in wallet. the following files will be cvs removed shortly:

public/nsIKeyedStreamGenerator.idl
public/nsIPasswordSink.idl
src/nsWalletBuiltInDataSources.h
src/nsBasicStreamGenerator.cpp
src/nsBasicStreamGenerator.h

b=204184 p=mvl r=me sr=bryner
This commit is contained in:
dwitte%stanford.edu 2003-10-30 02:39:10 +00:00
Родитель bae2ef3847
Коммит c12f45bb2f
4 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -34,8 +34,6 @@ SDK_XPIDLSRCS = \
$(NULL) $(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
nsIPasswordSink.idl \
nsIKeyedStreamGenerator.idl \
nsIWalletService.idl \ nsIWalletService.idl \
$(NULL) $(NULL)

Просмотреть файл

@ -58,7 +58,6 @@ CPPSRCS = \
singsign.cpp \ singsign.cpp \
nsPassword.cpp \ nsPassword.cpp \
nsPasswordManager.cpp \ nsPasswordManager.cpp \
nsBasicStreamGenerator.cpp \
$(NULL) $(NULL)
DEFAULTS_FILES = \ DEFAULTS_FILES = \

Просмотреть файл

@ -544,12 +544,6 @@ nsWalletlibService::OnSecurityChange(nsIWebProgress *aWebProgress,
} }
NS_IMETHODIMP
nsWalletlibService::GetPassword(PRUnichar **password)
{
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP NS_IMETHODIMP
nsWalletlibService::HaveData(nsIPrompt* dialog, const char *key, const PRUnichar *userName, PRBool *_retval) nsWalletlibService::HaveData(nsIPrompt* dialog, const char *key, const PRUnichar *userName, PRBool *_retval)
{ {

Просмотреть файл

@ -43,7 +43,6 @@
#include "nsIObserver.h" #include "nsIObserver.h"
#include "nsIFormSubmitObserver.h" #include "nsIFormSubmitObserver.h"
#include "nsWeakReference.h" #include "nsWeakReference.h"
#include "nsIPasswordSink.h"
#include "nsIPrompt.h" #include "nsIPrompt.h"
#include "nsIDOMWindowInternal.h" #include "nsIDOMWindowInternal.h"
#include "nsIURI.h" #include "nsIURI.h"
@ -56,7 +55,6 @@ class nsWalletlibService : public nsIWalletService,
public nsIObserver, public nsIObserver,
public nsIFormSubmitObserver, public nsIFormSubmitObserver,
public nsIWebProgressListener, public nsIWebProgressListener,
public nsIPasswordSink,
public nsSupportsWeakReference { public nsSupportsWeakReference {
public: public:
@ -64,7 +62,6 @@ public:
NS_DECL_NSIWALLETSERVICE NS_DECL_NSIWALLETSERVICE
NS_DECL_NSIOBSERVER NS_DECL_NSIOBSERVER
NS_DECL_NSIWEBPROGRESSLISTENER NS_DECL_NSIWEBPROGRESSLISTENER
NS_DECL_NSIPASSWORDSINK
// NS_DECL_NSSUPPORTSWEAKREFERENCE // NS_DECL_NSSUPPORTSWEAKREFERENCE
nsWalletlibService(); nsWalletlibService();