Browse Source

Test: pEpTestTree - impl is now hxx

LIB-11
heck 4 years ago
parent
commit
f54750366c
  1. 1
      test/pEpTest/src/pEpTestTree.hh
  2. 9
      test/pEpTest/src/pEpTestTree.hxx

1
test/pEpTest/src/pEpTestTree.hh

@ -8,7 +8,6 @@
#include <functional> #include <functional>
#include <map> #include <map>
#include "../../../src/pEpLog.hh" #include "../../../src/pEpLog.hh"
//#include "pEpTestModel.hh"
// Yes, the mem mgmt is purely static on purpose (so far) // Yes, the mem mgmt is purely static on purpose (so far)

9
test/pEpTest/src/pEpTestTree.hxx

@ -1,4 +1,9 @@
#include "pEpTestTree.hh" // This file is under GNU General Public License 3.0
// see LICENSE.txt
#ifndef LIBPEPADAPTER_PEPTEST_PEPTESTTREE_HXX
#define LIBPEPADAPTER_PEPTEST_PEPTESTTREE_HXX
#include "../../../src/std_utils.hh" #include "../../../src/std_utils.hh"
#include "../../framework/utils.hh" #include "../../framework/utils.hh"
#include <iostream> #include <iostream>
@ -398,3 +403,5 @@ namespace pEp {
}; };
} // namespace Test } // namespace Test
} // namespace pEp } // namespace pEp
#endif // LIBPEPADAPTER_PEPTEST_PEPTESTTREE_HXX
Loading…
Cancel
Save