OSDN Git Service

Put the CopyFile function explicitly in the sys namespace.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 21 Dec 2004 03:27:08 +0000 (03:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 21 Dec 2004 03:27:08 +0000 (03:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19079 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Unix/Path.cpp
lib/System/Unix/Path.inc

index 3357330..e0ca7df 100644 (file)
@@ -548,7 +548,7 @@ Path::setStatusInfo(const StatusInfo& si) const {
 }
 
 void 
-CopyFile(const sys::Path &Dest, const sys::Path &Src) {
+sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) {
   int inFile = -1;
   int outFile = -1;
   try {
index 3357330..e0ca7df 100644 (file)
@@ -548,7 +548,7 @@ Path::setStatusInfo(const StatusInfo& si) const {
 }
 
 void 
-CopyFile(const sys::Path &Dest, const sys::Path &Src) {
+sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) {
   int inFile = -1;
   int outFile = -1;
   try {