failed_object.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_MPL_FAILED_OBJECT_HPP_
00013 #define ECL_MPL_FAILED_OBJECT_HPP_
00014 
00015 /*****************************************************************************
00016 ** Namespaces
00017 *****************************************************************************/
00018 
00019 namespace ecl {
00020 
00024 class FailedObject {
00025 private:
00026         FailedObject() {}
00027 };
00028 
00029 } // namespace ecl
00030 
00031 #endif /* ECL_MPL_FAILED_OBJECT_HPP_ */


ecl_mpl
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:11:57