Changeset 213

Show
Ignore:
Timestamp:
06/08/05 05:22:33 (3 years ago)
Author:
ged
Message:

- Moved mutex into GameObject?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/simplest-thing/lib/fm/entity.rb

    r198 r213  
    6161    SVNId = %q$Id$ 
    6262 
    63     # SVN URL 
    64     SVNURL = %q$URL$ 
    65  
    6663 
    6764    ############################################################# 
     
    7269    def initialize( args={} ) # :notnew: 
    7370        @eventHandlerCache = {} 
    74         @mutex = Sync::new 
    7571        super 
    7672    end 
     
    8480    # event class). 
    8581    attr_reader :eventHandlerCache 
    86  
    87     # The Sync mutex for this object 
    88     attr_reader :mutex 
    8982 
    9083