summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies/Smart_Proxies.cpp
blob: 10707265d595829ec0a663a3a1278dfa7f9c1c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#include "tao/SmartProxies/Smart_Proxies.h"

ACE_RCSID(SmartProxies, Smart_Proxies, "$Id$")

#if !defined (__ACE_INLINE__)
#include "tao/SmartProxies/Smart_Proxies.inl"
#endif /* defined INLINE */

// Add this line to please the AIX linker, otherwise it complains
// "ld: 0711-244 ERROR: No csects or exported symbols have been saved."

#if defined (ACE_NDEBUG) && defined (AIX)
int the_bogus_value_to_please_linker_to_export_symbol;
#endif