package display_interface is -- . . . -- not in book type status_type is (t1, t2, t3); -- end not in book procedure create_window ( size_x, size_y : natural; status : out status_type ); attribute foreign of create_window : procedure is "language Ada; with window_operations;" & "bind to window_operations.create_window;" & "parameter size_x maps to size_x : in natural;" & "parameter size_y maps to size_y : in natural;" & "parameter status maps to status : out window_operations.status_type;" & "others map to default"; -- . . . end package display_interface; <div align="center"><br /><script type="text/javascript"><!-- google_ad_client = "pub-7293844627074885"; //468x60, Created at 07. 11. 25 google_ad_slot = "8619794253"; google_ad_width = 468; google_ad_height = 60; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><br /> </div>