We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0fdf81 + 8fcf05c commit 072c709Copy full SHA for 072c709
include/hpp/corbaserver/fwd.hh
@@ -39,6 +39,16 @@
39
40
#include <hpp/core/fwd.hh>
41
42
+#ifdef COAL_VERSION
43
+namespace coal {
44
+template <typename T>
45
+class BVHModel;
46
+class CollisionGeometry;
47
+class OBBRSS;
48
+class ShapeBase;
49
+class Triangle;
50
+} // namespace coal
51
+#else
52
namespace hpp {
53
namespace fcl {
54
template <typename T>
@@ -48,7 +58,10 @@ class OBBRSS;
58
class ShapeBase;
59
class Triangle;
60
} // namespace fcl
61
+} // namespace hpp
62
+#endif
63
64
+namespace hpp {
65
namespace corbaServer {
66
class Server;
67
class ServerPlugin;
0 commit comments