[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / LondConnection.pm
raeburn
raeburn at source.lon-capa.org
Sun Sep 2 14:30:55 EDT 2018
raeburn Sun Sep 2 18:30:55 2018 EDT
Modified files: (Branch: version_2_11_X)
/loncom LondConnection.pm
Log:
- For 2.11
Backport 1.55
Index: loncom/LondConnection.pm
diff -u loncom/LondConnection.pm:1.53 loncom/LondConnection.pm:1.53.2.1
--- loncom/LondConnection.pm:1.53 Mon Oct 1 11:00:43 2012
+++ loncom/LondConnection.pm Sun Sep 2 18:30:54 2018
@@ -1,7 +1,7 @@
# This module defines and implements a class that represents
# a connection to a lond daemon.
#
-# $Id: LondConnection.pm,v 1.53 2012/10/01 11:00:43 foxr Exp $
+# $Id: LondConnection.pm,v 1.53.2.1 2018/09/02 18:30:54 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1160,6 +1160,15 @@
return $self->{ClientData};
}
+#
+# Get the HostID of our peer
+#
+
+sub PeerLoncapaHim {
+ my $self = shift;
+ return $self->{LoncapaHim};
+}
+
1;
=pod
More information about the LON-CAPA-cvs
mailing list