mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +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
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue