Differences From Artifact [df94e40d79]:
- File tests.gpr — part of check-in [ed32c25b9b] at 2014-07-16 17:44:09 on branch trunk — references: prepare variants, calling "unsafe" the existing one (user: nat, size: 616) [annotate] [blame] [check-ins using]
To Artifact [4a62dd28e9]:
- File tests.gpr — part of check-in [66369eba6c] at 2014-07-17 19:37:28 on branch trunk — references__protected: task-safe portable variant of Natools.References, based on protected counters (user: nat, size: 755) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 23 24 25 | 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + | end Linker; package Naming is case Natools.Safety is when "None" => for body ("Natools.References.Tools") use "natools-references-tools__unsafe.adb"; when "Portable" => for body ("Natools.References.Tools") use "natools-references-tools__protected.adb"; end case; end Naming; end Tests; |