MTrack/SCMWorkingCopy.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:35:19 +0000 (16:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:35:19 +0000 (16:35 +0800)
MTrack/SCMWorkingCopy.php

index 348fb69..efd215a 100644 (file)
@@ -32,8 +32,16 @@ abstract class MTrackSCMWorkingCopy {
   
     function __destruct()
     {
-      if (strlen($this->dir) > 1) {
-        mtrack_rmdir($this->dir);
-      }
+        if (strlen($this->dir) > 1) {
+            mtrack_rmdir($this->dir);
+        }
     }
+    function generateTempDir()
+    {
+        
+        
+        
+    }
+    
+    
 }