Switch to unified view

a/src/utils/execmd.h b/src/utils/execmd.h
...
...
197
    sigemptyset(&m_blkcld);
197
    sigemptyset(&m_blkcld);
198
    }
198
    }
199
    // Child process code
199
    // Child process code
200
    void dochild(const string &cmd, const list<string>& args, 
200
    void dochild(const string &cmd, const list<string>& args, 
201
         bool has_input, bool has_output);
201
         bool has_input, bool has_output);
202
    /* Copyconst and assignment private and forbidden */
203
    ExecCmd(const ExecCmd &) {}
204
    ExecCmd& operator=(const ExecCmd &) {return *this;};
202
};
205
};
203
206
204
207
205
#endif /* _EXECMD_H_INCLUDED_ */
208
#endif /* _EXECMD_H_INCLUDED_ */