Changeset 10419 for trunk


Ignore:
Timestamp:
04/20/11 15:19:11 (14 years ago)
Author:
tbretz
Message:
Added GetName member function to StateClient for debugging purpose.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimNetwork.h

    r10396 r10419  
    3232    bool IsConnected() const { return fState>=0; }
    3333    int  GetState() const    { return fState;    }
     34
     35    const char *GetName() const { return const_cast<DimStampedInfo&>(fInfoState).getName(); }
    3436};
    3537
Note: See TracChangeset for help on using the changeset viewer.