Diff for /loncom/LondConnection.pm between versions 1.54 and 1.55

version 1.54, 2017/02/28 05:42:06 version 1.55, 2017/10/20 20:20:21
Line 1194  sub GetClientData { Line 1194  sub GetClientData {
     return $self->{ClientData};      return $self->{ClientData};
 }  }
   
   #
   # Get the HostID of our peer 
   #
   
   sub PeerLoncapaHim {
       my $self = shift;
       return $self->{LoncapaHim};
   }
   
 1;  1;
   
 =pod  =pod

Removed from v.1.54  
changed lines
  Added in v.1.55


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>