libede:FilesystemBox: added public Refresh method
authorRejean Loyer <rejean.loyer@gmail.com>
Sat, 10 Sep 2011 07:30:29 +0000 (03:30 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Sat, 10 Sep 2011 07:30:29 +0000 (03:30 -0400)
libede/src/FileSystemBox.ec

index b880c75..550dd3f 100644 (file)
@@ -560,6 +560,11 @@ public:
       return null;
    }
 
       return null;
    }
 
+   void Refresh()
+   {
+      Load();
+   }
+
 private:
    FileSystemBoxBits bits;
 
 private:
    FileSystemBoxBits bits;