ISnmpSessionAdapter: fix build after dependency change

Add missing method to adapter class

Change-Id: Ic6b09071a8c72b900263cddfb733602a9238c1b7
diff --git a/lib/BUCK b/lib/BUCK
index d7c82fe..4ee7d05 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Wed Oct 19 10:53:49 PDT 2016. Do not edit this file manually. *****
+# ***** This file was auto-generated at Thu Oct 20 10:37:10 PDT 2016. Do not edit this file manually. *****
 osgi_feature_group(
   name = 'COMPILE',
   visibility = ['PUBLIC'],
@@ -1059,9 +1059,9 @@
 
 remote_jar (
   name = 'snmp-core',
-  out = 'snmp-core-1.3-20161019.131805-4.jar',
-  url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/snmp-core/1.3-SNAPSHOT/snmp-core-1.3-20161019.131805-4.jar',
-  sha1 = '68a693b1d4e258f4992cc3f7307c640dd7f4eafb',
+  out = 'snmp-core-1.3-20161020.143051-6.jar',
+  url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/snmp-core/1.3-SNAPSHOT/snmp-core-1.3-20161020.143051-6.jar',
+  sha1 = '739c072a5761fe4563e34122499fd26e891022d5',
   maven_coords = 'com.btisystems:snmp-core:1.3-SNAPSHOT',
   visibility = [ 'PUBLIC' ],
 )