Changeset 10481 for trunk/FACT++/src/DimNetwork.h
- Timestamp:
- 04/28/11 12:17:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimNetwork.h
r10439 r10481 22 22 int fState; /// -2 not initialized, -1 not connected, 0>= state of client 23 23 24 Dim NetworkInfo fInfoState; /// The dim service subscription24 DimStampedInfo fInfoState; /// The dim service subscription 25 25 26 26 protected: … … 33 33 int GetState() const { return fState; } 34 34 35 const char *GetName() const { return const_cast<Dim NetworkInfo&>(fInfoState).getName(); }35 const char *GetName() const { return const_cast<DimStampedInfo&>(fInfoState).getName(); } 36 36 }; 37 37
Note:
See TracChangeset
for help on using the changeset viewer.