summaryrefslogtreecommitdiffstats
path: root/src/server/Broadcaster.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-05-23Trim unnecessary includes.David Robillard1-5/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4455 a436a847-0d15-0410-975c-d299462d15a1
2012-05-15Remove ClientSender and move code to Get.cpp (the only place it was used).David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4421 a436a847-0d15-0410-975c-d299462d15a1
2012-05-15Remove dead code.David Robillard1-14/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4420 a436a847-0d15-0410-975c-d299462d15a1
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ↵David Robillard1-0/+116
ThreadVar, which can be used for this and many other things. ClientBroadcaster => Broadcaster. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4405 a436a847-0d15-0410-975c-d299462d15a1