repo.or.cz
/
beacon-ss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "removed the kdevelop project files from the repo"
[beacon-ss.git]
/
src
/
beacon
/
combinable_signal.hpp
blob
0ac5715889c1dedbb1bc08043454597f22202ea8
1
/**
2
* beacon
3
* Author: Lukas Krejci <krejci.l@centrum.cz>, (C) 2008
4
* Copyright: See COPYING file that comes with this distribution
5
*/
6
7
#ifndef BEACON_combinable_signal_H
8
#define BEACON_combinable_signal_H
9
10
namespace
beacon
{
11
12
//TODO implement this
13
14
}
//namespace beacon
15
16
#endif