IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2006, 7:27:07 PM (21 years ago)
Author:
eugene
Message:

updates based on discussions with josh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/p2insertPendingFrames.c

    r5881 r6032  
    2121        version ++;
    2222
    23         p2PendingExposure *pendingExposure = p2PendingExposureAlloc ();
     23        p2PendingExposureRow *pendingExposure = p2PendingExposureAlloc ();
    2424        strcpy (pendingExposure->expID, rawFrame->exposure->expID);
    2525        pendingExposure->class = rawFrame->exposure->class;
     
    5252        }
    5353       
    54         p2PendingExposureInsertOneRow (config->database, pendingExposure);
    55         p2PendingImageInsertRows (config->database, pendingImages);
     54        p2PendingExposureInsertObject (config->database, pendingExposure);
     55        p2PendingImageInsertObjects (config->database, pendingImages);
    5656    }
    5757    return true;
Note: See TracChangeset for help on using the changeset viewer.