Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / lib / mcollective / aggregate / result.rb
diff --git a/lib/mcollective/aggregate/result.rb b/lib/mcollective/aggregate/result.rb
new file mode 100644 (file)
index 0000000..8734b7d
--- /dev/null
@@ -0,0 +1,9 @@
+module MCollective
+  class Aggregate
+    module Result
+      autoload :Base, 'mcollective/aggregate/result/base'
+      autoload :NumericResult, 'mcollective/aggregate/result/numeric_result'
+      autoload :CollectionResult, 'mcollective/aggregate/result/collection_result'
+    end
+  end
+end