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