// ********************************************************************** // // Copyright (c) 2002 // MutableRealms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_USER_EXCEPTION_FACTORY_MANAGER_F_H #define ICE_USER_EXCEPTION_FACTORY_MANAGER_F_H #include namespace IceInternal { class UserExceptionFactoryManager; void incRef(UserExceptionFactoryManager*); void decRef(UserExceptionFactoryManager*); typedef IceInternal::Handle UserExceptionFactoryManagerPtr; } #endif