From 22d887757e5c39e44dfb51b778c1ec33da73910a Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 18 Mar 1996 19:23:57 +0000 Subject: [PATCH] (RandomGenerating): Inherit from NSObject protocol. Remove methods +alloc and -init. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1185 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/RandomGenerating.h | 9 +++------ Source/objects/RandomGenerating.h | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/Headers/gnustep/base/RandomGenerating.h b/Headers/gnustep/base/RandomGenerating.h index 260282942..d739f45c5 100644 --- a/Headers/gnustep/base/RandomGenerating.h +++ b/Headers/gnustep/base/RandomGenerating.h @@ -1,8 +1,8 @@ /* Protocol for Objective-C objects that generate random bits - Copyright (C) 1993,1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum - Date: May 1993 + Created: May 1993 This file is part of the GNU Objective C Class Library. @@ -26,10 +26,7 @@ #include -@protocol RandomGenerating - -+ alloc; -- init; +@protocol RandomGenerating - (void) setRandomSeed: (long)seed; - (long) nextRandom; diff --git a/Source/objects/RandomGenerating.h b/Source/objects/RandomGenerating.h index 260282942..d739f45c5 100644 --- a/Source/objects/RandomGenerating.h +++ b/Source/objects/RandomGenerating.h @@ -1,8 +1,8 @@ /* Protocol for Objective-C objects that generate random bits - Copyright (C) 1993,1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum - Date: May 1993 + Created: May 1993 This file is part of the GNU Objective C Class Library. @@ -26,10 +26,7 @@ #include -@protocol RandomGenerating - -+ alloc; -- init; +@protocol RandomGenerating - (void) setRandomSeed: (long)seed; - (long) nextRandom;