Source/GGBUtils.m
changeset 12 4e567e11f45f
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	Mon Jul 07 15:47:42 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 )