Changeset 20341 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Oct 22, 2008, 9:44:43 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
r20209 r20341 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1.3 4 2008-10-16 23:53:01 jhoblittExp $6 * $Id: nebclient.h,v 1.35 2008-10-23 07:44:43 bills Exp $ 7 7 */ 8 8 … … 120 120 ); 121 121 122 /** Removes all but one instance from a storage object 123 * 124 * @return true on success 125 */ 126 127 bool nebCullAllButOne( 128 nebServer *server, ///< nebServer object 129 const char *key ///< storage object key (name) 130 ); 131 122 132 /** Trys to acquire a lock on a storage object 123 133 *
Note:
See TracChangeset
for help on using the changeset viewer.
