Ignore:
Timestamp:
24/01/2010 13:46:23 (2 years ago)
Author:
chris
Message:

Revert the quotes part of [2588] as it breaks the unit tests.

Make LocalProcessStream? constructor take a std::string& for C++ style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/server/LocalProcessStream.h

    r217 r2597  
    1414#include "IOStream.h" 
    1515 
    16 std::auto_ptr<IOStream> LocalProcessStream(const char *CommandLine, pid_t &rPidOut); 
     16std::auto_ptr<IOStream> LocalProcessStream(const std::string& rCommandLine, 
     17        pid_t &rPidOut); 
    1718 
    1819#endif // LOCALPROCESSSTREAM__H 
Note: See TracChangeset for help on using the changeset viewer.