~smspillaz/compiz-core/compiz-core.fix_931958

« back to all changes in this revision

Viewing changes to src/pluginclasshandler/include/core/valueholder.h

  • Committer: Alan Griffiths
  • Date: 2012-02-03 17:11:51 UTC
  • Revision ID: alan@octopull.co.uk-20120203171151-zaevvrf1wfczyewc
delete what is newed

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <core/logmessage.h>
31
31
#include <core/privateunion.h>
32
32
 
 
33
#include <boost/noncopyable.hpp>
 
34
 
33
35
class PrivateValueHolder;
34
36
 
35
 
class ValueHolder
 
37
class ValueHolder : boost::noncopyable
36
38
{
37
39
    public:
38
40
 
39
41
        ValueHolder ();
 
42
        ~ValueHolder ();
40
43
 
41
44
        void eraseValue (CompString key);
42
45
        bool hasValue (CompString key);