File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed
tesseract_collision/core/include/tesseract_collision/core
tesseract_kinematics/core/include/tesseract_kinematics/core Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class DiscreteContactManagerFactory
7272
7373protected:
7474 static std::string getSection ();
75- friend class PluginLoader ;
75+ friend class boost_plugin_loader :: PluginLoader;
7676};
7777
7878/* * @brief Define a continuous contact manager plugin which the factory can create an instance */
@@ -94,7 +94,7 @@ class ContinuousContactManagerFactory
9494
9595protected:
9696 static std::string getSection ();
97- friend class PluginLoader ;
97+ friend class boost_plugin_loader :: PluginLoader;
9898};
9999
100100class ContactManagersPluginFactory
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ struct PairHash;
4444class AnyInterface ;
4545class AnyPoly ;
4646
47- // class_loader.h
48- struct ClassLoader ;
49-
5047// allowed_collision_matrix
5148class AllowedCollisionMatrix ;
5249
@@ -70,9 +67,6 @@ struct KinematicLimits;
7067// manipulator_info.h
7168struct ManipulatorInfo ;
7269
73- // plugin_loader.h
74- class PluginLoader ;
75-
7670// resource_locator.h
7771class Resource ;
7872class ResourceLocator ;
Original file line number Diff line number Diff line change 2727#define TESSERACT_COMMON_TEST_PLUGIN_BASE_H
2828
2929#include < string>
30+ #include < boost_plugin_loader/fwd.h>
3031
3132namespace tesseract_common
3233{
@@ -44,7 +45,7 @@ class TestPluginBase
4445 static std::string getSection () { return " TestBase" ; }
4546
4647protected:
47- friend class PluginLoader ;
48+ friend class boost_plugin_loader :: PluginLoader;
4849};
4950
5051} // namespace tesseract_common
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ class InvKinFactory
8282
8383protected:
8484 static std::string getSection ();
85- friend class PluginLoader ;
85+ friend class boost_plugin_loader :: PluginLoader;
8686};
8787
8888/* * @brief Define a forward kinematics plugin which the factory can create an instance */
@@ -110,7 +110,7 @@ class FwdKinFactory
110110
111111protected:
112112 static std::string getSection ();
113- friend class PluginLoader ;
113+ friend class boost_plugin_loader :: PluginLoader;
114114};
115115
116116class KinematicsPluginFactory
You can’t perform that action at this time.
0 commit comments