Changeset 239
- Timestamp:
- 12/15/06 11:39:15 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/message-handling-refactor-branch/src/taskers/hefeweizen_tasker_application_dir_observer.rb
r227 r239 76 76 if !@pipe_to_monitor.nil? then 77 77 f = File.open @pipe_to_monitor, "w" 78 f .putsstring78 f << string 79 79 f.close 80 80 else … … 133 133 134 134 command = HefeWeizen::HefeWeizenLibrary::HefeWeizenCommand.hash_to_command command_hash 135 puts command136 135 write_to_ania command 137 136
