ftp.nice.ch/pub/next/tools/dock/Locus.1.0.NI.bs.tar.gz#/Locus/Source/ItemList.m

This is ItemList.m in view mode; [Download] [Up]

/*
	Copyright 1993  Jeremy Slade.

	You are free to use all or any parts of the Locus project
	however you wish, just give credit where credit is due.
	The author (Jeremy Slade) shall not be held responsible
	for any damages that result out of use or misuse of any
	part of this project.

*/

/*
	Project: Locus

	File: ItemList.m

	Description: See ItemList.h

	Original Author: Jeremy Slade

	Revision History:
		Created
			V.101	JGS	Fri Mar  5 23:11:50 GMT-0700 1993

*/


#import "ItemList.h"


@implementation ItemList : List


+ initialize
{
	[self setVersion:ItemList_VERSION];
	return ( self );
}



@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.