/[meteor]/googlecode.com/svn/trunk/Meteor/Socket.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/Meteor/Socket.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 61 by knops.gerd, Mon Feb 4 22:23:52 2008 UTC revision 62 by andrew.betts, Thu Nov 27 00:33:21 2008 UTC
# Line 61  sub new { Line 61  sub new {
61                  $self={};                  $self={};
62                  bless($self,$class);                  bless($self,$class);
63          }          }
64            
65          $self->{'timeout'}=0;          $self->{'timeout'}=0;
66          $self->{'buffer'}='';          $self->{'buffer'}='';
67                    
# Line 286  sub fileno { Line 286  sub fileno {
286  }  }
287    
288  1;  1;
 ############################################################################EOF  
289    ############################################################################EOF

Legend:
Removed from v.61  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.26