(file) Return to FileSystem.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/FileSystem.cpp between version 1.10 and 1.11

version 1.10, 2001/04/08 20:28:27 version 1.11, 2001/04/08 20:29:41
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.11  2001/04/08 20:29:41  mike
   // Added std:: before cout and endl
   //
 // Revision 1.10  2001/04/08 20:28:27  karl // Revision 1.10  2001/04/08 20:28:27  karl
 // test // test
 // //
Line 291 
Line 294 
  
         else{         else{
             // ATTN: Mike the second is the problem.             // ATTN: Mike the second is the problem.
             cout << "DEBUG RMFIL " << q.getPointer() <<endl;              std::cout << "DEBUG RMFIL " << q.getPointer() <<std::endl;
             cout << "DEBUG RMFIL " << fileList[i] <<endl;              std::cout << "DEBUG RMFIL " << fileList[i] <<std::endl;
             removeFile(fileList[i]);             removeFile(fileList[i]);
         }         }
     }     }


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2