Ignore:
Timestamp:
08/03/2010 21:30:42 (2 years ago)
Author:
chris
Message:

Merge remained of [2597] from trunk into 0.11rc7. Make
LocalProcessStream?? constructor take a std::string& for C++ style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11rc7/lib/server/LocalProcessStream.h

    r217 r2659  
    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.