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

This is VersionInfo.h 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: VersionInfo.h

	Description:
	
	A category of Object defining some standard Version reporting methods
	
	Original Author: Jeremy Slade

	Revision History:
		Created
			V.101	JGS	Mon Feb  1 22:38:17 GMT-0700 1993

*/

#ifndef VersionInfo_h
#define VersionInfo_h

#define VersionInfo_VERSION	(101)


#import <objc/Object.h>


@interface Object ( VersionInfo )

// Version Info
+ (int)projectVersion;
+ (const char *)projectVersionString;

@end

#endif // VersionInfo_h

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