Changeset 1813


Ignore:
Timestamp:
03/11/03 14:22:16 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MCosy.cc

    r1803 r1813  
    18161816    lout << "- Starting GUI." << endl;
    18171817    fWin=new MGCosy(fObservatory, this, gClient->GetRoot(), 1, 1);
    1818 }
    1819 
    1820 bool MCosy::HasZombie() const
    1821 {
    1822     bool ses = fZd1->IsZombieNode() | fZd2->IsZombieNode();
    1823 
    1824     return fMac1->IsZombieNode() | fMac2->IsZombieNode() | fAz->IsZombieNode() | ses;
    18251818}
    18261819
  • trunk/MagicSoft/Cosy/main/MCosy.h

    r1793 r1813  
    169169    bool CheckNetwork();
    170170
    171     virtual bool HasZombie() const;
    172 
    173171public:
    174172    MCosy(int mode, const char *dev, const int baud, MLog &out=gLog);
Note: See TracChangeset for help on using the changeset viewer.