This repository was archived by the owner on Nov 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
#include " hpp/constrained/fwd.hh"
28
28
#include " hpp/constrained/config-extendor.hh"
29
29
30
- KIT_PREDEF_CLASS (CkwsPath)
31
- KIT_PREDEF_CLASS (CkwsDistance)
30
+ HPP_KIT_PREDEF_CLASS (CkwsPath);
31
+ HPP_KIT_PREDEF_CLASS (CkwsDistance);
32
32
33
33
namespace hpp {
34
34
namespace constrained {
@@ -51,7 +51,7 @@ namespace hpp {
51
51
typedef std::priority_queue <ConfigWithCost,std::vector <ConfigWithCost>,
52
52
compareConfigsWithCost> ConfigQueue;
53
53
54
- KIT_PREDEF_CLASS (ConfigOptimizer)
54
+ HPP_KIT_PREDEF_CLASS (ConfigOptimizer);
55
55
class ConfigOptimizer : public CkwsPathPlanner
56
56
{
57
57
public:
Original file line number Diff line number Diff line change 22
22
#ifndef HPP_CONSTRAINED_FWD_HH
23
23
#define HPP_CONSTRAINED_FWD_HH
24
24
25
- #include < KineoUtility/kitDefine.h >
25
+ #include < hpp/util/kitelab.hh >
26
26
27
27
namespace hpp {
28
28
namespace constrained {
29
29
class ConfigProjector ;
30
30
class ConfigExtendor ;
31
31
class ConfigOptimizer ;
32
32
class ConstraintSet ;
33
- KIT_PREDEF_CLASS (ConfigShooter)
34
- KIT_PREDEF_CLASS (GoalConfigGenerator)
35
- KIT_PREDEF_CLASS (KwsConstraint)
33
+ HPP_KIT_PREDEF_CLASS (ConfigShooter);
34
+ HPP_KIT_PREDEF_CLASS (GoalConfigGenerator);
35
+ HPP_KIT_PREDEF_CLASS (KwsConstraint);
36
36
} // end of namespace constrained
37
37
} // end of namespace hpp
38
38
You can’t perform that action at this time.
0 commit comments