From e6573410a1846a22a7c861e198f43b63196d4ea2 Mon Sep 17 00:00:00 2001 From: Matthew Judy Date: Wed, 5 Feb 2003 13:49:44 +0000 Subject: [PATCH] Build, project, and header info changes. Required to build MT. --- ITAppleEventCenter.h | 10 ++++------ ITFoundation.h | 16 +++++++++++++++- ITStringScanner.h | 7 +++---- ITVirtualMemoryInfo.h | 11 +++++------ ITVirtualMemoryInfo.m | 2 +- 5 files changed, 28 insertions(+), 18 deletions(-) diff --git a/ITAppleEventCenter.h b/ITAppleEventCenter.h index 20873ab..ed08e48 100755 --- a/ITAppleEventCenter.h +++ b/ITAppleEventCenter.h @@ -1,14 +1,12 @@ /* * ITFoundation * ITAppleEventCenter - * - * A class for sending and recieving AppleEvent data. - * Who wants to mess with that Carbon shit anyway? + * A class for sending and recieving AppleEvent data. + * Who wants to mess with that Carbon shit anyway? * * Original Author : Joseph Spiros - * Responsibility : Joseph Spiros - * : Kent Sutherland - * : Matt Judy + * Responsibility : Matt Judy + * Responsibility : Joseph Spiros * * Copyright (c) 2002 - 2003 iThink Software. * All Rights Reserved diff --git a/ITFoundation.h b/ITFoundation.h index b02082b..f4575de 100755 --- a/ITFoundation.h +++ b/ITFoundation.h @@ -1,5 +1,19 @@ +/* + * ITFoundation + * iThink Software's custom extensions to Apple's Foundation framework + * + * Original Author : Matt Judy + * Responsibility : Matt Judy + * Responsibility : Joseph Spiros + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ + + #import #import #import -#import \ No newline at end of file +#import \ No newline at end of file diff --git a/ITStringScanner.h b/ITStringScanner.h index fd38770..cfa745d 100755 --- a/ITStringScanner.h +++ b/ITStringScanner.h @@ -1,12 +1,11 @@ /* * ITFoundation * ITStringScanner - * - * A super-fast replacement for NSScanner + * A super-fast replacement for NSScanner * * Original Author : Alexander Strange - * Responsibility : Alexander Strange - * : Joseph Spiros + * Responsibility : Matt Judy + * Responsibility : Alexander Strange * * Copyright (c) 2002 - 2003 iThink Software. * All Rights Reserved diff --git a/ITVirtualMemoryInfo.h b/ITVirtualMemoryInfo.h index 0451a5e..a5cd1ca 100755 --- a/ITVirtualMemoryInfo.h +++ b/ITVirtualMemoryInfo.h @@ -1,14 +1,13 @@ /* * ITFoundation * ITVirtualMemoryInfo - * - * Class that provides utilities for getting information - * on Mac OS X's mach kernel's Virtual Memory settings - * and status + * Class that provides utilities for getting information + * on Mac OS X's mach kernel's Virtual Memory settings + * and status * * Original Author : Joseph Spiros - * Responsibility : Joseph Spiros - * : Matt Judy + * Responsibility : Matt Judy + * Responsibility : Joseph Spiros * * Copyright (c) 2002 - 2003 iThink Software. * All Rights Reserved diff --git a/ITVirtualMemoryInfo.m b/ITVirtualMemoryInfo.m index 4017993..a5d696d 100755 --- a/ITVirtualMemoryInfo.m +++ b/ITVirtualMemoryInfo.m @@ -1,7 +1,7 @@ #import "ITVirtualMemoryInfo.h" @interface ITVirtualMemoryInfo (Private) -- (BOOL)refreshStats; +- (BOOL)refreshStats:(struct vm_statistics *)myStat; @end @implementation ITVirtualMemoryInfo -- 2.20.1