(file) Return to ThreadPool.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/ThreadPool.h between version 1.3 and 1.4

version 1.3, 2006/11/10 18:14:58 version 1.4, 2006/11/30 11:49:15
Line 27 
Line 27 
 // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 // //
 //==============================================================================  //=============================================================================
 // //
 //%/////////////////////////////////////////////////////////////////////////////  //%////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_ThreadPool_h #ifndef Pegasus_ThreadPool_h
 #define Pegasus_ThreadPool_h #define Pegasus_ThreadPool_h
Line 125 
Line 125 
  
     inline Uint32 runningCount()     inline Uint32 runningCount()
     {     {
         return _runningThreads.size();          return (Uint32) _runningThreads.size();
     }     }
  
     inline Uint32 idleCount()     inline Uint32 idleCount()
     {     {
         return _idleThreads.size();          return (Uint32) _idleThreads.size();
     }     }
  
 private: private:


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2