Replace ref/unref with luaL_ref/luaL_unref.
commit13009b5edc2618edc7417fb30f5aa6258196a234
authorDaniel Wallin <daniel@boostpro.com>
Thu, 19 Mar 2009 09:25:36 +0000 (19 10:25 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Thu, 19 Mar 2009 09:45:58 +0000 (19 10:45 +0100)
tree2e18fd29d1c6aae721400f104a665e9ddfb58ebd
parentd57c5f525d8a3744fb12aeb1c979522eac68bdb5
Replace ref/unref with luaL_ref/luaL_unref.

We duplicated these from the aux lib because we didn't want the
dependency. The aux lib isn't even built as a separate library any more,
so we can just use it.
Jamroot
luabind/adopt_policy.hpp
luabind/detail/policy.hpp
luabind/detail/ref.hpp
luabind/handle.hpp
src/class_registry.cpp
src/class_rep.cpp
src/ref.cpp [deleted file]