Changeset 6836 for source/ariba/Node.h
- Timestamp:
- Nov 5, 2009, 10:20:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.h
r6266 r6836 289 289 * @param ttl The time to live in seconds 290 290 */ 291 void put( const Data& key, const Data& value, uint16_t ttl 291 void put( const Data& key, const Data& value, uint16_t ttl, bool replace = false); 292 292 293 293 /**
Note:
See TracChangeset
for help on using the changeset viewer.