Switch to unified view

a/src/execmd.h b/src/execmd.h
...
...
18
#define _EXECMD_H_INCLUDED_
18
#define _EXECMD_H_INCLUDED_
19
19
20
#include <string>
20
#include <string>
21
#include <vector>
21
#include <vector>
22
#include <stack>
22
#include <stack>
23
#include <sys/types.h>
23
24
24
/**
25
/**
25
 * Callback function object to advise of new data arrival, or just periodic
26
 * Callback function object to advise of new data arrival, or just periodic
26
 * heartbeat if cnt is 0.
27
 * heartbeat if cnt is 0.
27
 *
28
 *