ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/src/ptytty.C
(Generate patch)

Comparing libptytty/src/ptytty.C (file contents):
Revision 1.6 by root, Sun Jan 22 00:04:20 2006 UTC vs.
Revision 1.7 by root, Sun Jan 22 00:04:41 2006 UTC

388 388
389struct ptytty_proxy : ptytty 389struct ptytty_proxy : ptytty
390{ 390{
391 ptytty *id; 391 ptytty *id;
392 392
393 ~ptytty_proxy () 393 ptytty_proxy ()
394 : id(0) 394 : id(0)
395 { 395 {
396 } 396 }
397 397
398 ~ptytty_proxy (); 398 ~ptytty_proxy ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines