all repos — fluxbox @ 751ba70bf2a2f134accec54f5e33d08770e0cee4

custom fork of the fluxbox windowmanager

not copyable
fluxgen fluxgen
commit

751ba70bf2a2f134accec54f5e33d08770e0cee4

parent

7581c6e5a3ffc5c82d2960f102a7564e0e70e267

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M src/FbTk/Subject.hhsrc/FbTk/Subject.hh

@@ -19,10 +19,12 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Subject.hh,v 1.1 2003/02/15 01:21:40 fluxgen Exp $ +// $Id: Subject.hh,v 1.2 2003/08/11 15:01:50 fluxgen Exp $ #ifndef FBTK_SUBJECT_HH #define FBTK_SUBJECT_HH + +#include "NotCopyable.hh" #include <list>

@@ -30,7 +32,7 @@ namespace FbTk {

class Observer; -class Subject { +class Subject:private FbTk::NotCopyable { public: Subject(); virtual ~Subject();