~franciscomaia/bolt/ClientObjC

« back to all changes in this revision

Viewing changes to Diff.m

  • Committer: Francisco Maia
  • Date: 2010-04-12 14:50:48 UTC
  • Revision ID: franciscomaia@gmail.com-20100412145048-d5wwphp0sxa72qj2
fixed error opening file

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
        [changes removeAllObjects];
180
180
        return novo;
181
181
}
182
 
 
183
 
 
184
 
 
185
 
- (void) testPrint
186
 
{
187
 
        NSLog(@"CHECKING: %@\n\n\n",[shalist allKeys]); 
188
 
}       
 
182
        
189
183
@end
190
184
 
191
185