// ********************************************************************** // // Copyright (c) 2001 // Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_REFERENCE_FACTORY_F_H #define ICE_REFERENCE_FACTORY_F_H #include namespace IceInternal { class ReferenceFactory; void incRef(ReferenceFactory*); void decRef(ReferenceFactory*); typedef Handle ReferenceFactoryPtr; } #endif