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