X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3d646c75403df6d5324833a701723a765555177f..692faf9cb79903190c1885a7ed08a2c97cc7fb8b:/ITDebug.h diff --git a/ITDebug.h b/ITDebug.h old mode 100755 new mode 100644 index 2935b51..a9fda2d --- a/ITDebug.h +++ b/ITDebug.h @@ -1,13 +1,17 @@ /* - * ITDebug.h - * ITFoundation + * ITFoundation + * ITDebug.h * - * Created by Joseph Spiros on Fri Sep 12 2003. - * Copyright (c) 2003 __MyCompanyName__. All rights reserved. + * Functions for logging debugging information intelligently. + * + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ * */ #import void SetITDebugMode(BOOL mode); -void ITDebugLog(NSString *format, ...); +void ITDebugLog(NSString *format, ...); \ No newline at end of file