コード例 #1
0
 def get_nat_detect(self):
     self.sesslock.acquire()
     try:
         return SessionConfigInterface.get_nat_detect(self)
     finally:
         self.sesslock.release()
コード例 #2
0
 def get_nat_detect(self):
     self.sesslock.acquire()
     try:
         return SessionConfigInterface.get_nat_detect(self)
     finally:
         self.sesslock.release()