mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
* Headers/Foundation/NSMetadataQuery.h: Remove old file.
* Source/GNUmakefile: Change name to NSMetadata.[hm]. * Source/NSMetadata.m: Add new file with correct name. * Source/NSMetadataQuery.m: Remove old file. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35804 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f6656b4051
commit
65d3018c68
4 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2012-11-18 11:47-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
|
* Headers/Foundation/NSMetadataQuery.h: Remove old file.
|
||||||
|
* Source/GNUmakefile: Change name to NSMetadata.[hm].
|
||||||
|
* Source/NSMetadata.m: Add new file with correct name.
|
||||||
|
* Source/NSMetadataQuery.m: Remove old file.
|
||||||
|
|
||||||
2012-11-18 11:29-EST Gregory John Casamento <greg.casamento@gmail.com>
|
2012-11-18 11:29-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
* Headers/Foundation/Foundation.h: Add NSMetadataQuery.h to
|
* Headers/Foundation/Foundation.h: Add NSMetadataQuery.h to
|
||||||
|
|
|
@ -227,7 +227,7 @@ NSLocale.m \
|
||||||
NSLock.m \
|
NSLock.m \
|
||||||
NSLog.m \
|
NSLog.m \
|
||||||
NSMapTable.m \
|
NSMapTable.m \
|
||||||
NSMetadataQuery.m \
|
NSMetadata.m \
|
||||||
NSMethodSignature.m \
|
NSMethodSignature.m \
|
||||||
NSNotification.m \
|
NSNotification.m \
|
||||||
NSNotificationCenter.m \
|
NSNotificationCenter.m \
|
||||||
|
@ -390,7 +390,7 @@ NSKeyValueObserving.h \
|
||||||
NSLocale.h \
|
NSLocale.h \
|
||||||
NSLock.h \
|
NSLock.h \
|
||||||
NSMapTable.h \
|
NSMapTable.h \
|
||||||
NSMetadataQuery.h \
|
NSMetadata.h \
|
||||||
NSMethodSignature.h \
|
NSMethodSignature.h \
|
||||||
NSNetServices.h \
|
NSNetServices.h \
|
||||||
NSNotification.h \
|
NSNotification.h \
|
||||||
|
|
|
@ -21,10 +21,10 @@
|
||||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
Boston, MA 02111 USA.
|
Boston, MA 02111 USA.
|
||||||
|
|
||||||
AutogsdocSource: NSMetadataQuery.h
|
AutogsdocSource: NSMetadata.m
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import <Foundation/NSMetadataQuery.h>
|
#import <Foundation/NSMetadata.h>
|
||||||
#import <Foundation/NSArray.h>
|
#import <Foundation/NSArray.h>
|
||||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue