/[freeride]/freeride/freebase/core.rb
ViewVC logotype

Diff of /freeride/freebase/core.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by richkilmer, Thu Feb 7 03:01:15 2002 UTC revision 1.3 by curthibbs, Sat Feb 23 13:39:48 2002 UTC
# Line 47  module FreeBASE Line 47  module FreeBASE
47        load_properties        load_properties
48        load_setup        load_setup
49        @bus["/log/info"] << "--- #{@properties['config/product_name']} Started on #{Time.now.to_s}"        @bus["/log/info"] << "--- #{@properties['config/product_name']} Started on #{Time.now.to_s}"
50          # default to a do-nothing message pump
51          @bus["/system/ui/messagepump"].set_proc do sleep(0.5) end
52        load_plugins        load_plugins
53          while true do
54            @bus["/system/ui/messagepump"].call()
55            sleep(0.1)
56          end
57      end      end
58            
59      ##      ##
# Line 145  module FreeBASE Line 151  module FreeBASE
151        end        end
152        STARTUP_STATES.each {|state| @bus["/plugins"].data = state}        STARTUP_STATES.each {|state| @bus["/plugins"].data = state}
153      end      end
154    puts "################## load_plugins"
155    end    end
156        
157  end  end

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26