Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Two more little FIXMEs
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 4 Mar 2010 10:37:50 +0000 (10:37 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 4 Mar 2010 10:37:50 +0000 (10:37 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7183 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/bindings/ruby/simgrid.rb

index 3c5eede..11e1e99 100644 (file)
@@ -89,13 +89,13 @@ class MSG::Process < Thread
   end
     
 
   end
     
 
-  
+  # FIXME: useless, there is an attribute for bind (or the attribute is useless)
   # Get Bind
   def getBind()
     return @bind
   end
   
   # Get Bind
   def getBind()
     return @bind
   end
   
-  # Set Binds
+  # Set Binds FIXME: same
   def setBind(bind)
     @bind = bind
   end
   def setBind(bind)
     @bind = bind
   end