Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Almost Done ... Still Stuckin' Wiith Some MSG Error while The Slave Should Recieve ...
[simgrid.git] / src / bindings / ruby / RubyHost.rb
index e6149c4..babdecb 100644 (file)
@@ -1,19 +1,24 @@
+# 
+#  * $Id$
+#  *
+#  * Copyright 2010 Martin Quinson, Mehdi Fekari           
+#  * All right reserved. 
+#  *
+#  * This program is free software; you can redistribute 
+#  * it and/or modify it under the terms of the license 
+#  *(GNU LGPL) which comes with this package. 
+
 require 'msg'
 include MSG
 
 class RbHost < Host
-  
-  
 # Attributes
   attr_accessor :bind, :data 
   
-  
 # Initialize
   def initialize()
     @bind = 0
     @data = nil
   end
   
-  
-
 end
\ No newline at end of file