mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(GNU_MFILES): Added Notification.m and NotificationDispatcher.m.
Removed SocketPort.m. (GNU_HEADERS): Added objects/Notification.h and objects/NotificationDispatcher.h. Removed objects/SocketPort.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1053 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0410aacac3
commit
c86c5f3459
1 changed files with 4 additions and 2 deletions
|
@ -143,6 +143,8 @@ MappedCollector.m \
|
|||
MemoryStream.m \
|
||||
MutableCString.m \
|
||||
MutableString.m \
|
||||
Notification.m \
|
||||
NotificationDispatcher.m \
|
||||
OrderedCollection.m \
|
||||
Port.m \
|
||||
Proxy.m \
|
||||
|
@ -154,7 +156,6 @@ RBTreeNode.m \
|
|||
RNGAdditiveCongruential.m \
|
||||
RNGBerkeley.m \
|
||||
Set.m \
|
||||
SocketPort.m \
|
||||
SplayTree.m \
|
||||
Stack.m \
|
||||
StdioStream.m \
|
||||
|
@ -271,6 +272,8 @@ objects/Magnitude.h \
|
|||
objects/MallocAddress.h \
|
||||
objects/MappedCollector.h \
|
||||
objects/MemoryStream.h \
|
||||
objects/Notification.h \
|
||||
objects/NotificationDispatcher.h \
|
||||
objects/NSArray.h \
|
||||
objects/NSCoder.h \
|
||||
objects/NSDictionary.h \
|
||||
|
@ -292,7 +295,6 @@ objects/RawCStream.h \
|
|||
objects/Retaining.h \
|
||||
objects/RetainingNotifier.h \
|
||||
objects/Set.h \
|
||||
objects/SocketPort.h \
|
||||
objects/SplayTree.h \
|
||||
objects/Stack.h \
|
||||
objects/StdioStream.h \
|
||||
|
|
Loading…
Reference in a new issue