Changeset 36660 for lang/objective-cplusplus
- Timestamp:
- 02/10/10 00:43:12 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk/tmp
- Files:
-
- 2 modified
-
GNUmakefile (modified) (1 diff)
-
distant2.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/tmp/GNUmakefile
r36632 r36660 5 5 VERSION = 1.0 6 6 7 test_OBJC_FILES = distant.m7 test_OBJC_FILES = onmainthread.m 8 8 test_CPPFLAGS = -g -O0 -Wall 9 9 test_LDFLAGS = -
lang/objective-cplusplus/i3/trunk/tmp/distant2.m
r36635 r36660 17 17 @end 18 18 19 SubTask* proxies[NUM_THREADS];20 21 19 @interface MainTask : NSObject { 20 SubTask* proxies[NUM_THREADS]; 22 21 } 23 22 - (void)addNewThread:(NSArray*)data; … … 171 170 int task_num = 0; 172 171 for (task_num = 0; task_num < NUM_THREADS; task_num++) { 173 proxies[task_num] = nil;172 mainTask->proxies[task_num] = nil; 174 173 } 175 174
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)