Changeset 1813 for trunk/MagicSoft/Cosy/main
- Timestamp:
 - 03/11/03 14:22:16 (23 years ago)
 - Location:
 - trunk/MagicSoft/Cosy/main
 - Files:
 - 
      
- 2 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/MagicSoft/Cosy/main/MCosy.cc
r1803 r1813 1816 1816 lout << "- Starting GUI." << endl; 1817 1817 fWin=new MGCosy(fObservatory, this, gClient->GetRoot(), 1, 1); 1818 }1819 1820 bool MCosy::HasZombie() const1821 {1822 bool ses = fZd1->IsZombieNode() | fZd2->IsZombieNode();1823 1824 return fMac1->IsZombieNode() | fMac2->IsZombieNode() | fAz->IsZombieNode() | ses;1825 1818 } 1826 1819  - 
      
trunk/MagicSoft/Cosy/main/MCosy.h
r1793 r1813 169 169 bool CheckNetwork(); 170 170 171 virtual bool HasZombie() const;172 173 171 public: 174 172 MCosy(int mode, const char *dev, const int baud, MLog &out=gLog);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  