// $Id$ #ifndef _ShadowPtr_fwd_h_ #define _ShadowPtr_fwd_h_ #include namespace utl { template class ShadowPtr; template class InitializedShadowPtr; } #endif