Diff for /loncom/LondConnection.pm between versions 1.53 and 1.53.2.1

version 1.53, 2012/10/01 11:00:43 version 1.53.2.1, 2018/09/02 18:30:54
Line 1160  sub GetClientData { Line 1160  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.53  
changed lines
  Added in v.1.53.2.1


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