Changeset 8859 for trunk/MagicSoft/Cosy/main
- Timestamp:
- 02/08/08 22:49:30 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MCosy.h
r8843 r8859 63 63 MTTalk(MCosy *cosy) : MThread("MTTalk"), fCosy(cosy) 64 64 { 65 //SetPriority(10);66 //Detach();67 65 RunThread(); 68 66 } -
trunk/MagicSoft/Cosy/main/MStarguider.cc
r8856 r8859 544 544 545 545 if (channel<0) 546 fGetter =new PngReader(*this);546 fGetter = new PngReader(*this); 547 547 else 548 {549 548 fGetter = new Camera(*this, channel); 550 ((Camera*)fGetter)->Loop(0);551 }552 549 } 553 550
Note:
See TracChangeset
for help on using the changeset viewer.