[darwinbuild-changes] [996] branches/PR-10307836/darwinup/File.h

source_changes at macosforge.org source_changes at macosforge.org
Sat Jan 21 10:07:30 PST 2012


Revision: 996
          http://trac.macosforge.org/projects/darwinbuild/changeset/996
Author:   mww at apple.com
Date:     2012-01-21 10:07:29 -0800 (Sat, 21 Jan 2012)
Log Message:
-----------
Remove virtual.

Modified Paths:
--------------
    branches/PR-10307836/darwinup/File.h

Modified: branches/PR-10307836/darwinup/File.h
===================================================================
--- branches/PR-10307836/darwinup/File.h	2012-01-21 18:07:28 UTC (rev 995)
+++ branches/PR-10307836/darwinup/File.h	2012-01-21 18:07:29 UTC (rev 996)
@@ -184,7 +184,7 @@
 	virtual int remove();
 
 	// Removes any quarantine xattrs present
-	virtual int unquarantine(const char *prefix);
+	int unquarantine(const char *prefix);
 
 	// Prints one line to the output stream indicating
 	// the file mode, ownership, digest and name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20120121/b0b77811/attachment.html>


More information about the darwinbuild-changes mailing list