]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/samples/ncurses2-genericputs.adb
ncurses 5.6 - patch 20080726
[ncurses.git] / Ada95 / samples / ncurses2-genericputs.adb
index 8035c72ec62b6520c0f2749c44fe0918bc1997c1..6ca6583509e55cd53984c6e0852c2c45798ca04d 100644 (file)
@@ -7,7 +7,7 @@
 --                                 B O D Y                                  --
 --                                                                          --
 ------------------------------------------------------------------------------
--- Copyright (c) 2000,2006 Free Software Foundation, Inc.                   --
+-- Copyright (c) 2000-2006,2008 Free Software Foundation, Inc.              --
 --                                                                          --
 -- Permission is hereby granted, free of charge, to any person obtaining a  --
 -- copy of this software and associated documentation files (the            --
 ------------------------------------------------------------------------------
 --  Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
 --  Version Control
---  $Revision: 1.2 $
---  $Date: 2006/06/25 14:24:40 $
+--  $Revision: 1.3 $
+--  $Date: 2008/07/26 18:46:18 $
 --  Binding Version 01.00
 ------------------------------------------------------------------------------
-with Ada.Text_IO;
-with Ada.Strings.Bounded;
-
 with Terminal_Interface.Curses; use Terminal_Interface.Curses;
 with Terminal_Interface.Curses.Aux; use Terminal_Interface.Curses.Aux;
 
-with Interfaces.C;
-with Interfaces.C.Strings;
-
 package body ncurses2.genericPuts is
 
    procedure myGet (Win : in  Window := Standard_Window;