Prefix guards with SMP_ to avoid conflicts

This commit is contained in:
quemy 2012-12-09 20:48:49 +01:00
commit ea2b71e7de
19 changed files with 38 additions and 38 deletions

View file

@ -27,8 +27,8 @@ ParadisEO WebSite : http://paradiseo.gforge.inria.fr
Contact: paradiseo-help@lists.gforge.inria.fr
*/
#ifndef MIG_POLICY_H_
#define MIG_POLICY_H_
#ifndef SMP_MIG_POLICY_H_
#define SMP_MIG_POLICY_H_
#include <eo>
#include <policyElement.h>