// ********************************************************************** // // Copyright (c) 2001 // MutableRealms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_LOCAL_OBJECT_F_H #define ICE_LOCAL_OBJECT_F_H #include namespace Ice { class LocalObject; } namespace IceInternal { void ICE_API incRef(::Ice::LocalObject*); void ICE_API decRef(::Ice::LocalObject*); } namespace Ice { typedef IceInternal::Handle< LocalObject > LocalObjectPtr; } #endif