Ignore:
Timestamp:
04/28/11 12:17:51 (14 years ago)
Author:
tbretz
Message:
Used DimInfo by mistake instead of DimStampedInfo.
File:
1 edited

Legend:

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

    r10439 r10481  
    2222    int  fState;               /// -2 not initialized, -1 not connected, 0>= state of client
    2323
    24     DimNetworkInfo fInfoState; /// The dim service subscription
     24    DimStampedInfo fInfoState; /// The dim service subscription
    2525
    2626protected:
     
    3333    int  GetState() const    { return fState;    }
    3434
    35     const char *GetName() const { return const_cast<DimNetworkInfo&>(fInfoState).getName(); }
     35    const char *GetName() const { return const_cast<DimStampedInfo&>(fInfoState).getName(); }
    3636};
    3737
Note: See TracChangeset for help on using the changeset viewer.