IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20344


Ignore:
Timestamp:
Oct 23, 2008, 12:30:44 PM (18 years ago)
Author:
bills
Message:

Back out the function I added yesterday, it has potential side undesirable
side effects

Location:
trunk/Nebulous/nebclient/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.c

    r20341 r20344  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.53 2008-10-23 07:44:43 bills Exp $
     6 * $Id: nebclient.c,v 1.54 2008-10-23 22:30:44 bills Exp $
    77 */
    88
     
    264264}
    265265
    266 bool nebCullAllButOne(nebServer *server, const char *key)
    267 {
    268     while (nebCull(server, key)) {
    269         ;
    270     }
    271 
    272     return true;
    273 }
    274 
    275266bool nebLock(nebServer *server, const char *key, nebRW flag)
    276267{
  • trunk/Nebulous/nebclient/src/nebclient.h

    r20341 r20344  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.35 2008-10-23 07:44:43 bills Exp $
     6 * $Id: nebclient.h,v 1.36 2008-10-23 22:30:44 bills Exp $
    77 */
    88
     
    120120);
    121121
    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 
    132122/** Trys to acquire a lock on a storage object
    133123 *
Note: See TracChangeset for help on using the changeset viewer.