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