Changeset 11415 for trunk/FACT++/src/datalogger.cc
- Timestamp:
- 07/15/11 13:40:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r11406 r11415 1063 1063 shared_ptr<DimStampedInfo> messageBackup; 1064 1064 bool dataloggerMessageFound = false; 1065 SubscriptionsListType::iterator x; 1066 map<string, SubscriptionType>::iterator y; 1067 x = fServiceSubscriptions.find("DATA_LOGGER"); 1065 const SubscriptionsListType::iterator x = fServiceSubscriptions.find("DATA_LOGGER"); 1068 1066 if (x != fServiceSubscriptions.end()) 1069 1067 { 1070 y = x->second.find("MESSAGE");1068 const map<string, SubscriptionType>::iterator y = x->second.find("MESSAGE"); 1071 1069 if (y != x->second.end()) 1072 1070 {
Note:
See TracChangeset
for help on using the changeset viewer.