/[gnustep]/gnustep/dev-libs/gdl2/EOControl/EOClassDescription.m
ViewVC logotype

Diff of /gnustep/dev-libs/gdl2/EOControl/EOClassDescription.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by ayers, Mon Aug 25 20:01:58 2003 UTC revision 1.16 by ayers, Mon Sep 29 19:23:58 2003 UTC
# Line 109  static id classDelegate = nil; Line 109  static id classDelegate = nil;
109      {      {
110        Class cls = NSClassFromString(@"EOModelGroup");        Class cls = NSClassFromString(@"EOModelGroup");
111    
       if (cls != Nil)  
         [cls defaultGroup]; // Insure correct initialization.  
   
112        classDescriptionForClass = NSCreateMapTable(NSObjectMapKeyCallBacks,        classDescriptionForClass = NSCreateMapTable(NSObjectMapKeyCallBacks,
113                                                    NSObjectMapValueCallBacks,                                                    NSObjectMapValueCallBacks,
114                                                    32);                                                    32);
# Line 119  static id classDelegate = nil; Line 116  static id classDelegate = nil;
116        classDescriptionForEntity = NSCreateMapTable(NSObjectMapKeyCallBacks,        classDescriptionForEntity = NSCreateMapTable(NSObjectMapKeyCallBacks,
117                                                     NSObjectMapValueCallBacks,                                                     NSObjectMapValueCallBacks,
118                                                     32);                                                     32);
119          if (cls != Nil)
120            [cls defaultGroup]; // Insure correct initialization.
121    
122      }      }
123  }  }
124    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26