* Headers/Foundation/Foundation.h: Add NSMetadataQuery.h to

include list.
	* Headers/Foundation/NSMetadataQuery.h: New header for class.
	* Source/GNUmakefile: Add NSMetadataQuery.[hm] to makefile.
	* Source/NSMetadataQuery.m: Abstract implementation for
	NSMetdataQuery.  The idea is much like NSFileStream and other
	classes which have operating system specific implementations.
	On linux this will, most likely, interface with locate/slocate.
	I'm not certain what it will talk to on Win32.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2012-11-18 16:37:57 +00:00
parent a396bc9f22
commit f6656b4051
5 changed files with 321 additions and 5 deletions

View file

@ -227,6 +227,7 @@ NSLocale.m \
NSLock.m \
NSLog.m \
NSMapTable.m \
NSMetadataQuery.m \
NSMethodSignature.m \
NSNotification.m \
NSNotificationCenter.m \
@ -389,6 +390,7 @@ NSKeyValueObserving.h \
NSLocale.h \
NSLock.h \
NSMapTable.h \
NSMetadataQuery.h \
NSMethodSignature.h \
NSNetServices.h \
NSNotification.h \