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