Changeset 20110 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Oct 13, 2008, 12:11:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.h
r13200 r20110 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1.3 2 2007-05-03 21:26:55jhoblitt Exp $6 * $Id: nebclient.h,v 1.33 2008-10-13 22:11:09 jhoblitt Exp $ 7 7 */ 8 8 … … 215 215 ); 216 216 217 /** Atomically swap two storage objects 218 * 219 * @return true on success 220 */ 221 bool nebSwap( 222 nebServer *server, ///< nebServer object 223 const char *key1, ///< storage object key (name) 224 const char *key2 ///< storage object key (name) 225 ); 226 217 227 /** Remove a storage object instance 218 228 *
Note:
See TracChangeset
for help on using the changeset viewer.
