00001
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00033
00034 #ifndef GROOVX_NUB_HANDLE_CC_UTC20051116170110_DEFINED
00035 #define GROOVX_NUB_HANDLE_CC_UTC20051116170110_DEFINED
00036
00037 #include "nub/handle.h"
00038
00039 #include "rutz/demangle.h"
00040 #include "rutz/error.h"
00041 #include "rutz/sfmt.h"
00042
00043 void nub::detail::throw_ref_null(const std::type_info& info,
00044 const rutz::file_pos& pos)
00045 {
00046 throw rutz::error(rutz::sfmt("attempted to construct a ref<%s> "
00047 "with a null pointer",
00048 rutz::demangled_name(info)),
00049 pos);
00050 }
00051
00052 void nub::detail::throw_ref_unshareable(const std::type_info& info,
00053 const rutz::file_pos& pos)
00054 {
00055 throw rutz::error(rutz::sfmt("attempted to construct a ref<%s> "
00056 "with an unshareable object",
00057 rutz::demangled_name(info)),
00058 pos);
00059 }
00060
00061 static const char __attribute__((used)) vcid_groovx_nub_handle_cc_utc20051116170110[] = "$Id: handle.cc 10065 2007-04-12 05:54:56Z rjpeters $ $HeadURL: file:
00062 #endif // !GROOVX_NUB_HANDLE_CC_UTC20051116170110DEFINED