[Saga-devel] saga SVN commit 3306: /trunk/adaptors/ssh/ssh_file/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Fri Jan 16 00:51:03 CST 2009


User: amerzky
Date: 2009/01/16 12:51 AM

Modified:
 /trunk/adaptors/ssh/ssh_file/
  ssh_file_adaptor.cpp, ssh_file_adaptor_sshfs.cpp

Log:
 pending commits
 A

File Changes:

Directory: /trunk/adaptors/ssh/ssh_file/
========================================

File [modified]: ssh_file_adaptor.cpp
Delta lines: +3 -6
===================================================================
--- trunk/adaptors/ssh/ssh_file/ssh_file_adaptor.cpp	2009-01-15 22:33:19 UTC (rev 3305)
+++ trunk/adaptors/ssh/ssh_file/ssh_file_adaptor.cpp	2009-01-16 06:50:53 UTC (rev 3306)
@@ -32,12 +32,9 @@
   // on destruction, umount all sshfs file systems - if keepalive is not set
   file_adaptor::~file_adaptor (void)
   {
-    // for ( unsigned int i = 0; i < mounted_.size (); i++ )
-    // {
-    //   // release the sshfs shared_ptr.  On sshfs destruction, the file system
-    //   // is umounted
-    //   // FIXME: do
-    // }
+    // release the sshfs shared_ptr.  On sshfs destruction, the file system
+    // is umounted
+    // FIXME: do
   }
 
   

File [modified]: ssh_file_adaptor_sshfs.cpp
Delta lines: +1 -0
===================================================================
--- trunk/adaptors/ssh/ssh_file/ssh_file_adaptor_sshfs.cpp	2009-01-15 22:33:19 UTC (rev 3305)
+++ trunk/adaptors/ssh/ssh_file/ssh_file_adaptor_sshfs.cpp	2009-01-16 06:50:53 UTC (rev 3306)
@@ -230,6 +230,7 @@
 
   void sshfs::umount (void)
   {
+    // FIXME: is not being called yet??
     saga::adaptors::utils::process proc ("umount");
 
     proc.add_arg (mount_);



More information about the saga-devel mailing list