]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Section.java
1.Change environment variable from "Framework_Tools_Path" to "FRAMEWORK_TOOLS_PATH".
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / Section.java
index 3f56eaf0a5ee514e33e2058239dd8f6ac62454a3..6abee52da3e0e28149b7cdb7b3eae8deaa630e94 100644 (file)
@@ -19,5 +19,5 @@ import java.io.DataOutputStream;
  Section interface is for geting the contain buffer form compress, tool, and sectFile  \r
  **/\r
 public interface Section {\r
-    public void toBuffer (DataOutputStream Buffer);\r
+    public void toBuffer (DataOutputStream buffer, DataOutputStream orgBuffer);\r
 }
\ No newline at end of file