Changeset 2597 for box/trunk/lib/server/LocalProcessStream.h
- Timestamp:
- 24/01/2010 13:46:23 (2 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/server/LocalProcessStream.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/server/LocalProcessStream.h
r217 r2597 14 14 #include "IOStream.h" 15 15 16 std::auto_ptr<IOStream> LocalProcessStream(const char *CommandLine, pid_t &rPidOut); 16 std::auto_ptr<IOStream> LocalProcessStream(const std::string& rCommandLine, 17 pid_t &rPidOut); 17 18 18 19 #endif // LOCALPROCESSSTREAM__H
Note: See TracChangeset
for help on using the changeset viewer.
