| # | Line 44 | Line 44 | class RadSimulManager { (public) | |
|---|---|---|
| 44 | /// Add a line to header (adds newline if none) | |
| 45 | bool AddHeader(const char *str); | |
| 46 | /// Append program line to header | |
| 47 | < | bool AddHeader(int ac, const char *av[]); |
| 47 | > | bool AddHeader(int ac, char *av[]); |
| 48 | /// Get header lines or empty string | |
| 49 | const char * GetHeader() const { | |
| 50 | return hlen ? header : ""; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |