1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 17:46:16 +02:00

Merge remote-tracking branch 'kakra/integration' into subvol-threads

This commit is contained in:
Zygo Blaxell
2017-11-11 14:38:17 -05:00
6 changed files with 96 additions and 37 deletions

View File

@ -86,6 +86,11 @@ namespace crucible {
}
};
class ChatterTimestamp {
public:
ChatterTimestamp(int);
};
class ChatterBox {
string m_file;
int m_line;