Build, project, and header info changes. Required to build MT.
authorMatthew Judy <mjudy@ithinksw.com>
Wed, 5 Feb 2003 13:49:44 +0000 (13:49 +0000)
committerMatthew Judy <mjudy@ithinksw.com>
Wed, 5 Feb 2003 13:49:44 +0000 (13:49 +0000)
ITAppleEventCenter.h
ITFoundation.h
ITStringScanner.h
ITVirtualMemoryInfo.h
ITVirtualMemoryInfo.m

index 20873ab..ed08e48 100755 (executable)
@@ -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 <joseph.spiros@ithinksw.com>
- *     Responsibility  : Joseph Spiros <joseph.spiros@ithinksw.com>
- *                     : Kent Sutherland <kent.sutherland@ithinksw.com>
- *                     : Matt Judy <matt.judy@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
  *     Copyright (c) 2002 - 2003 iThink Software.
  *     All Rights Reserved
index b02082b..f4575de 100755 (executable)
@@ -1,5 +1,19 @@
+/*
+ *     ITFoundation
+ *    iThink Software's custom extensions to Apple's Foundation framework
+ *
+ *  Original Author : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2003 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
+
 #import <Cocoa/Cocoa.h>
 
 #import <ITFoundation/ITVirtualMemoryInfo.h>
 #import <ITFoundation/ITStringScanner.h>
-#import <ITFoundation/ITAppleEvent.h>
\ No newline at end of file
+#import <ITFoundation/ITAppleEventCenter.h>
\ No newline at end of file
index fd38770..cfa745d 100755 (executable)
@@ -1,12 +1,11 @@
 /*
  *     ITFoundation
  *     ITStringScanner
- *
- *     A super-fast replacement for NSScanner
+ *       A super-fast replacement for NSScanner
  *
  *     Original Author : Alexander Strange <alexander.strange@ithinksw.com>
- *     Responsibility  : Alexander Strange <alexander.strange@ithinksw.com>
- *                     : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Alexander Strange <alexander.strange@ithinksw.com>
  *
  *     Copyright (c) 2002 - 2003 iThink Software.
  *     All Rights Reserved
index 0451a5e..a5cd1ca 100755 (executable)
@@ -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 <joseph.spiros@ithinksw.com>
- *     Responsibility  : Joseph Spiros <joseph.spiros@ithinksw.com>
- *                     : Matt Judy <matt.judy@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
  *     Copyright (c) 2002 - 2003 iThink Software.
  *     All Rights Reserved
index 4017993..a5d696d 100755 (executable)
@@ -1,7 +1,7 @@
 #import "ITVirtualMemoryInfo.h"
 
 @interface ITVirtualMemoryInfo (Private)
-- (BOOL)refreshStats;
+- (BOOL)refreshStats:(struct vm_statistics *)myStat;
 @end
 
 @implementation ITVirtualMemoryInfo