- Timestamp:
- Feb 4, 2010, 5:29:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/periodicbroadcast/PeriodicBroadcast.h
r6919 r7532 66 66 use_logging_h(PeriodicBroadcast); 67 67 public: 68 PeriodicBroadcast(BootstrapInformationCallback* _callback );68 PeriodicBroadcast(BootstrapInformationCallback* _callback, string info); 69 69 virtual ~PeriodicBroadcast(); 70 70 … … 275 275 276 276 PeriodicBroadcastMessage msg; 277 if(service.getName().empty()) return; 277 278 278 279 msg.setName( service.getName() ); … … 351 352 { // insert new found service 352 353 boost::mutex::scoped_lock lock( *servicesmutex ); 354 if(msg.getName().empty()) return; 353 355 354 356 ServiceList::iterator it = services->find( msg.getName() );
Note:
See TracChangeset
for help on using the changeset viewer.