changeset 15 | 73f8c889f053 |
parent 10 | 6c78cc6bd7a6 |
child 16 | 28392c9a969f |
1.1 --- a/Source/GGBUtils.m Thu Jul 03 17:44:30 2008 -0700 1.2 +++ b/Source/GGBUtils.m Wed Jul 09 17:07:45 2008 -0700 1.3 @@ -25,6 +25,7 @@ 1.4 #endif 1.5 1.6 1.7 +#ifndef _MYUTILITIES_COLLECTIONUTILS_ 1.8 void setObj( id *variable, id newValue ) 1.9 { 1.10 if( *variable != newValue ) { 1.11 @@ -40,6 +41,7 @@ 1.12 *variable = [(id)newValue copy]; 1.13 } 1.14 } 1.15 +#endif 1.16 1.17 1.18 void DelayFor( NSTimeInterval interval )