10 #ifndef TEAMCENTER_RELATION_MANAGEMENT_HXX
11 #define TEAMCENTER_RELATION_MANAGEMENT_HXX
15 #include <Mpr0process/libmpr0process_exports.h>
21 class RelationManagement;
43 static int addPredecessors(
const std::vector <PredecessorInputData> &input, std::vector <int> &errors);
45 static int removePredecessors(
const std::vector <PredecessorInputData> &input, std::vector <int> &errors);
47 static int restructure (
const std::vector< RestructureInputData >& input, std::vector <int> &errors );
51 #include <Mpr0process/libmpr0process_undef.h>
52 #endif //TEAMCENTER_RELATION_MANAGEMENT_HXX