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

Diff for /pegasus/src/Pegasus/Common/AnonymousPipeWindows.cpp between version 1.6 and 1.7

version 1.6, 2006/06/26 23:30:26 version 1.7, 2006/11/10 18:14:57
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Carol Ann Krug Graves, Hewlett-Packard Company  
 //             (carolann_graves@hp.com)  
 //  
 // Modified By: David Dillard, VERITAS Software Corp.  
 //                  (david.dillard@veritas.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
  
Line 219 
Line 213 
     {     {
         BOOL returnValue;         BOOL returnValue;
         DWORD bytesRead;         DWORD bytesRead;
         returnValue = ReadFile (_readHandle, buffer, bytesToRead, &bytesRead,          returnValue = ReadFile(
             NULL);              _readHandle, buffer, bytesToRead, &bytesRead, NULL);
  
         if (!returnValue)         if (!returnValue)
         {         {


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2