| 23 | } |
| 24 | |
| 25 | TEMPLATE_SPECIALIZATION |
| 26 | ObjectFactory::SERVER_BASE_CLASS* CSObjectItemSingle::server_object(LPCSTR section) const { return (xr_new<SERVER_TYPE>(section)->init()); } |
| 27 | |
| 28 | template <typename _unknown_type> |
| 29 | IC CObjectItemSingle<_unknown_type, true>::CObjectItemSingle(const CLASS_ID& clsid, LPCSTR script_clsid) : inherited(clsid, script_clsid) |