Switch to unified view
a/src/mediaserver/cdplugins/cmdtalk.h | b/src/mediaserver/cdplugins/cmdtalk.h | ||
---|---|---|---|
... |
... |
||
66 | #include <vector> |
66 | #include <vector> |
67 | #include <unordered_map> |
67 | #include <unordered_map> |
68 | 68 | ||
69 | class CmdTalk { |
69 | class CmdTalk { |
70 | public: |
70 | public: |
71 | CmdTalk(); |
71 | CmdTalk(int timeosecs); |
72 | virtual ~CmdTalk(); |
72 | virtual ~CmdTalk(); |
73 | 73 | ||
74 | // @param env each entry should be of the form name=value. They |
74 | // @param env each entry should be of the form name=value. They |
75 | // augment the subprocess environnement. |
75 | // augment the subprocess environnement. |
76 | // @param path replaces the PATH variable when looking for the command. |
76 | // @param path replaces the PATH variable when looking for the command. |