mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-03 10:00:51 +00:00
more reduction of externals symbols pollution.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23846 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e3e6853ce3
commit
f1157a07c6
7 changed files with 24 additions and 198 deletions
|
@ -55,9 +55,6 @@ main()
|
|||
MyAssert1(NSWillBecomeMultiThreadedNotification);
|
||||
MyAssert1(NSThreadDidStartNotification);
|
||||
MyAssert1(NSThreadWillExitNotification);
|
||||
// MyAssert1(PortBecameInvalidNotification);
|
||||
// MyAssert1(InPortClientBecameInvalidNotification);
|
||||
// MyAssert1(InPortAcceptedClientNotification);
|
||||
MyAssert1(NSPortDidBecomeInvalidNotification);
|
||||
MyAssert1(NSConnectionReplyMode);
|
||||
MyAssert1(NSBundleDidLoadNotification);
|
||||
|
@ -118,9 +115,6 @@ main()
|
|||
MyAssert2(NSWillBecomeMultiThreadedNotification);
|
||||
MyAssert2(NSThreadDidStartNotification);
|
||||
MyAssert2(NSThreadWillExitNotification);
|
||||
// MyAssert2(PortBecameInvalidNotification);
|
||||
// MyAssert2(InPortClientBecameInvalidNotification);
|
||||
// MyAssert2(InPortAcceptedClientNotification);
|
||||
MyAssert2(NSPortDidBecomeInvalidNotification);
|
||||
MyAssert2(NSConnectionReplyMode);
|
||||
MyAssert2(NSBundleDidLoadNotification);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue