Introduce DISABLE_COPY_AND_ASSIGNMENT macro
commit70808768381028a712e68c196e98273af72c67f3
authorjlh <jlh@gmx.ch>
Thu, 22 May 2008 18:54:26 +0000 (22 20:54 +0200)
committerjlh <jlh@gmx.ch>
Thu, 22 May 2008 18:54:26 +0000 (22 20:54 +0200)
treed911d359cdcf53e664e8477ea1ff1639c80a0f49
parent74a520881e065e02bc63ce4ae4d8323b34b89bfc
Introduce DISABLE_COPY_AND_ASSIGNMENT macro

This is much shorter than writing it every time.  Also, some
classes were missing this so far.

It's arguable whether this makes any sense at all, but it's not
going to hurt either.  The classes that use this are never meant
to be copied or assigned to and in some cases only one instance is
supposed to exist anyway.
call.h
common.h
gui.h
mp3writer.h
preferences.h
recorder.h
skype.h
trayicon.h
utils.h
wavewriter.h
writer.h