00001 // Smart_Proxies.cpp,v 1.3 2006/03/10 07:19:17 jtc Exp 00002 00003 #include "tao/SmartProxies/Smart_Proxies.h" 00004 00005 ACE_RCSID(SmartProxies, Smart_Proxies, "Smart_Proxies.cpp,v 1.3 2006/03/10 07:19:17 jtc Exp") 00006 00007 #if !defined (__ACE_INLINE__) 00008 #include "tao/SmartProxies/Smart_Proxies.inl" 00009 #endif /* defined INLINE */ 00010 00011 // Add this line to please the AIX linker, otherwise it complains 00012 // "ld: 0711-244 ERROR: No csects or exported symbols have been saved." 00013 00014 #if defined (ACE_NDEBUG) && defined (AIX) 00015 int the_bogus_value_to_please_linker_to_export_symbol; 00016 #endif