mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Bug 1020971 - Port bug 1015664: Remove NS_HIDDEN and friends.
Tag #1273
This commit is contained in:
parent
87073feb8a
commit
707ff44b81
6 changed files with 0 additions and 33 deletions
|
|
@ -40,9 +40,6 @@ class nsMsgKeySetU;
|
|||
* class derived from nsMsgFolder for those folders that use an nsIMsgDatabase
|
||||
*/
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
|
||||
|
||||
class NS_MSG_BASE nsMsgDBFolder: public nsRDFResource,
|
||||
public nsSupportsWeakReference,
|
||||
public nsIMsgFolder,
|
||||
|
|
@ -291,7 +288,4 @@ protected:
|
|||
nsMsgKeySet* hiKeySet;
|
||||
};
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_HIDDEN
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -33,9 +33,6 @@ class nsIMsgProtocolInfo;
|
|||
* this particular implementation is not meant to be used directly.
|
||||
*/
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
|
||||
|
||||
class NS_MSG_BASE nsMsgIncomingServer : public nsIMsgIncomingServer,
|
||||
public nsSupportsWeakReference,
|
||||
public nsIObserver
|
||||
|
|
@ -101,7 +98,4 @@ protected:
|
|||
bool mPerformingBiff;
|
||||
};
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_HIDDEN
|
||||
|
||||
#endif // nsMsgIncomingServer_h__
|
||||
|
|
|
|||
|
|
@ -34,9 +34,6 @@
|
|||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
|
||||
|
||||
class NS_MSG_BASE nsMsgMailNewsUrl : public nsIMsgMailNewsUrl,
|
||||
public nsIURIWithPrincipal
|
||||
{
|
||||
|
|
@ -80,7 +77,4 @@ protected:
|
|||
nsTObserverArray<nsCOMPtr<nsIUrlListener> > mUrlListeners;
|
||||
};
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_HIDDEN
|
||||
|
||||
#endif /* nsMsgMailNewsUrl_h___ */
|
||||
|
|
|
|||
|
|
@ -31,9 +31,6 @@ class nsIMsgMailNewsUrl;
|
|||
class nsMsgFilePostHelper;
|
||||
class nsIProxyInfo;
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
|
||||
|
||||
// This is a helper class used to encapsulate code shared between all of the
|
||||
// mailnews protocol objects (imap, news, pop, smtp, etc.) In particular,
|
||||
// it unifies the core networking code for the protocols. My hope is that
|
||||
|
|
@ -233,7 +230,4 @@ protected:
|
|||
virtual nsresult CloseSocket() override;
|
||||
};
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_HIDDEN
|
||||
|
||||
#endif /* nsMsgProtocol_h__ */
|
||||
|
|
|
|||
|
|
@ -25,9 +25,6 @@
|
|||
* base class for all message undo/redo transactions.
|
||||
*/
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
|
||||
|
||||
class NS_MSG_BASE nsMsgTxn : public nsITransaction,
|
||||
public nsIWritablePropertyBag,
|
||||
public nsIWritablePropertyBag2
|
||||
|
|
@ -67,7 +64,4 @@ protected:
|
|||
nsresult CheckForToggleDelete(nsIMsgFolder *aFolder, const nsMsgKey &aMsgKey, bool *aResult);
|
||||
};
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_HIDDEN
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -14,9 +14,6 @@
|
|||
|
||||
#define NS_STOPWATCH_CONTRACTID "@mozilla.org/stopwatch;1"
|
||||
|
||||
#undef IMETHOD_VISIBILITY
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
|
||||
|
||||
class NS_MSG_BASE nsStopwatch : public nsIStopwatch
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue