~ubuntu-branches/ubuntu/maverick/gnat-gps/maverick

« back to all changes in this revision

Viewing changes to widgets/src/switches_chooser.ads

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-15 15:12:34 UTC
  • mfrom: (10.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100315151234-2qyonhb0vh6wxb17
Tags: 4.3-5ubuntu1
BUildĀ onĀ armel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
with Ada.Containers.Indefinite_Vectors;
25
25
with Ada.Containers.Vectors;
26
26
with Ada.Strings.Unbounded;
27
 
with GComLin;   use GComLin;
 
27
with GNAT.Command_Line; use GNAT.Command_Line;
28
28
with GNAT.Strings; use GNAT.Strings;
29
29
 
30
30
package Switches_Chooser is