libzypp  10.5.0
NonCopyable.h
Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00011 #ifndef ZYPP_BASE_NONCOPYABLE_H
00012 #define ZYPP_BASE_NONCOPYABLE_H
00013 
00014 #include <boost/noncopyable.hpp>
00015 
00017 namespace zypp
00018 { 
00019 
00020   namespace base
00021   { 
00022 
00026     typedef boost::noncopyable NonCopyable;
00027 
00029   } // namespace base
00032 } // namespace zypp
00034 #endif // ZYPP_BASE_NONCOPYABLE_H