mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Merge from dawn
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4853 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e7e9407307
commit
078e46d305
346 changed files with 2126 additions and 1058 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -91,11 +91,11 @@
|
|||
return [components objectAtIndex: 1];
|
||||
}
|
||||
|
||||
- (void) sendBeforeDate: (NSDate*)when
|
||||
- (BOOL) sendBeforeDate: (NSDate*)when
|
||||
{
|
||||
NSPort *port = [self sendPort];
|
||||
|
||||
[port sendBeforeDate: when
|
||||
return [port sendBeforeDate: when
|
||||
components: [self components]
|
||||
from: [self receivePort]
|
||||
reserved: [port reservedSpaceLength]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue