Changeset 18163 for trunk/psModules/src/concepts/pmConceptsWrite.c
- Timestamp:
- Jun 17, 2008, 12:16:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsWrite.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsWrite.c
r17911 r18163 9 9 #include <pslib.h> 10 10 11 #include "pmConfig.h" 11 12 #include "pmHDU.h" 12 13 #include "pmFPA.h" … … 427 428 // XXX Warning: This code has not been tested at all 428 429 bool p_pmConceptsWriteToDatabase(const psMetadata *specs, const pmFPA *fpa, const pmChip *chip, 429 const pmCell *cell, p sDB *db, const psMetadata *concepts)430 const pmCell *cell, pmConfig *config, const psMetadata *concepts) 430 431 { 431 432 PS_ASSERT_PTR_NON_NULL(specs, false); 432 433 PS_ASSERT_PTR_NON_NULL(concepts, false); 433 434 if (!db) { 435 return false; 436 } 434 PS_ASSERT_PTR_NON_NULL(config, false); 437 435 438 436 #ifndef HAVE_PSDB … … 456 454 psString name = specItem->name; // The concept name 457 455 458 psMetadataItem *dbItem = p_pmConceptsReadSingleFromDatabase(name, database, db, fpa, chip, cell);456 psMetadataItem *dbItem = p_pmConceptsReadSingleFromDatabase(name, database, config, fpa, chip, cell); 459 457 if (!dbItem) { 460 458 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
