GPLv2 from GPLv3... remove copying file for GPLv3. Added methods.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26821 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2008-08-25 22:57:04 +00:00
parent 0016ac9cf8
commit e8da2462c7
4 changed files with 33 additions and 675 deletions

View file

@ -298,6 +298,16 @@ extern "C" {
*/
- (void) setMinimum: (NSDecimalNumber*)aMinimum;
/**
* Returns the string version of this number based on the format
* specified.
*/
- (NSString *) stringFromNumber: (NSNumber *)number;
/**
* Returns the number for this string.
*/
- (NSNumber *) numberFromString: (NSString *)string;
@end
#if defined(__cplusplus)