Changeset 213
- Timestamp:
- 06/08/05 05:22:33 (3 years ago)
- Files:
-
- 1 modified
-
branches/simplest-thing/lib/fm/entity.rb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simplest-thing/lib/fm/entity.rb
r198 r213 61 61 SVNId = %q$Id$ 62 62 63 # SVN URL64 SVNURL = %q$URL$65 66 63 67 64 ############################################################# … … 72 69 def initialize( args={} ) # :notnew: 73 70 @eventHandlerCache = {} 74 @mutex = Sync::new75 71 super 76 72 end … … 84 80 # event class). 85 81 attr_reader :eventHandlerCache 86 87 # The Sync mutex for this object88 attr_reader :mutex89 82 90 83
