Changeset 6032 for trunk/ippTools/src/p2insertPendingFrames.c
- Timestamp:
- Jan 17, 2006, 7:27:07 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2insertPendingFrames.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2insertPendingFrames.c
r5881 r6032 21 21 version ++; 22 22 23 p2PendingExposure *pendingExposure = p2PendingExposureAlloc ();23 p2PendingExposureRow *pendingExposure = p2PendingExposureAlloc (); 24 24 strcpy (pendingExposure->expID, rawFrame->exposure->expID); 25 25 pendingExposure->class = rawFrame->exposure->class; … … 52 52 } 53 53 54 p2PendingExposureInsertO neRow(config->database, pendingExposure);55 p2PendingImageInsert Rows (config->database, pendingImages);54 p2PendingExposureInsertObject (config->database, pendingExposure); 55 p2PendingImageInsertObjects (config->database, pendingImages); 56 56 } 57 57 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
