WvStreams
|
00001 /* 00002 * Worldvisions Weaver Software: 00003 * Copyright (C) 1997-2002 Net Integration Technologies, Inc. 00004 * 00005 * A file that, if you link to it, will ensure that you get the various 00006 * standard UniConf generators linked into your application. This is 00007 * important if you use static linking and construction via monikers, as 00008 * otherwise the linker will try to be smart and leave out the not- 00009 * directly-referenced files. 00010 * 00011 * See also unigenhack.cc. 00012 */ 00013 #include "wvlinkerhack.h" 00014 00015 WV_LINK(UniGenHack); 00016 00017 WV_LINK_TO(UniIniGen); 00018 WV_LINK_TO(UniListGen); 00019 WV_LINK_TO(UniDefGen); 00020 WV_LINK_TO(UniClientGen); 00021 WV_LINK_TO(UniAutoGen); 00022 WV_LINK_TO(UniCacheGen); 00023 WV_LINK_TO(UniNullGen); 00024 WV_LINK_TO(UniPermGen); 00025 WV_LINK_TO(UniReadOnlyGen); 00026 WV_LINK_TO(UniReplicateGen); 00027 WV_LINK_TO(UniRetryGen); 00028 WV_LINK_TO(UniSecureGen); 00029 WV_LINK_TO(UniSubtreeGen); 00030 WV_LINK_TO(UniUnwrapGen); 00031 00032 #ifdef _WIN32 00033 WV_LINK_TO(UniPStoreGen); 00034 WV_LINK_TO(UniRegistryGen); 00035 #endif 00036