Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSVC] help that stupid parser: we are not closing any comment here...
[simgrid.git] / src / surf / cpu_ti.hpp
index de57ece..10ec1b0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2014. The SimGrid Team.
+/* Copyright (c) 2013-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -168,7 +168,7 @@ public:
   void setMaxDuration(double duration);
   void setPriority(double priority);
   double getRemains();
-  void setAffinity(Cpu */*cpu*/, unsigned long /*mask*/) {};
+  void setAffinity(Cpu * /*cpu*/, unsigned long /*mask*/) {};
 
   CpuTi *p_cpu;
   int m_indexHeap;