mirror of https://gitee.com/bigwinds/arangodb
Allow the SmartGraph parts from the enterprise version to modifiy the traverser.
This commit is contained in:
parent
ab77244b67
commit
b5d367f0ec
|
@ -165,6 +165,10 @@ class Traverser {
|
|||
friend class BreadthFirstEnumerator;
|
||||
friend class DepthFirstEnumerator;
|
||||
friend class NeighborsEnumerator;
|
||||
#ifdef USE_ENTERPRISE
|
||||
friend class SmartDepthFirstPathEnumerator;
|
||||
friend class SmartBreadthFirstPathEnumerator;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
||||
|
|
Loading…
Reference in New Issue