summaryrefslogtreecommitdiff
path: root/src/call-channel.h
Commit message (Collapse)AuthorAgeFilesLines
* properties mixin lives in the base classSjoerd Simons2010-02-181-2/+0
|
* Split a BaseCallChannel out of CallChannelSjoerd Simons2010-02-181-4/+3
| | | | | | | Both Muji related call channels and 1-to-1 call channel should be able to share quite some code. The main difference is in setting up the call. This is a very minimal split, more 1-to-1 call specific code will move out of the base class into the call-channel
* Tweak indentationSjoerd Simons2009-12-071-3/+6
|
* Add first dummy implementation of a Call channelSjoerd Simons2009-12-071-0/+64