Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/util.h

Go to the documentation of this file.
00001 #ifndef UTIL_H
00002 #define UTIL_H
00003 
00004 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
00005   TypeName(const TypeName&);               \
00006   void operator=(const TypeName&)
00007 
00008 #endif /* UTIL_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines