27 #ifndef __SB_PROMPTER_H__
28 #define __SB_PROMPTER_H__
44 #include <sbIPrompter.h>
45 #include <sbIWindowWatcher.h>
49 #include <nsIDialogParamBlock.h>
50 #include <nsIObserver.h>
51 #include <nsIWindowWatcher.h>
52 #include <nsStringAPI.h>
76 NS_DECL_NSIPROMPTSERVICE
115 PRLock* mPrompterLock;
116 nsCOMPtr<nsIWindowWatcher> mWindowWatcher;
117 nsCOMPtr<sbIWindowWatcher> mSBWindowWatcher;
118 nsCOMPtr<nsIPromptService> mPromptService;
119 nsString mParentWindowType;
120 PRBool mWaitForWindow;
122 nsCOMPtr<nsIDOMWindow> mCurrentWindow;
129 nsresult InitOnMainThread();
133 nsresult GetProxiedPrompter(
sbIPrompter** aPrompter);
136 nsIDialogParamBlock* aParamBlock);
145 #define SONGBIRD_PROMPTER_CLASSNAME "Songbird Prompter"
146 #define SONGBIRD_PROMPTER_CID \
152 { 0xa9, 0x70, 0x7b, 0xc4, 0xe8, 0x3e, 0xe8, 0x91 } \
156 #endif // __SB_PROMPTER_H__
NS_DECL_ISUPPORTS NS_DECL_SBIPROMPTER NS_DECL_NSIPROMPTSERVICE NS_DECL_NSIOBSERVER sbPrompter()