Skip to content

Commit

Permalink
add virtual destructor to ProcessOperations
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Sep 2, 2011
1 parent 818799d commit 14856a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cpp/core/include/core/system/Process.hpp
Expand Up @@ -128,6 +128,8 @@ Error runCommand(const std::string& command,
class ProcessOperations
{
public:
virtual ~ProcessOperations() {}

// Write (synchronously) to standard input
virtual Error writeToStdin(const std::string& input, bool eof) = 0;

Expand Down

0 comments on commit 14856a4

Please sign in to comment.