You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
224 B
C++
15 lines
224 B
C++
4 years ago
|
#include "pEp-utils.hh"
|
||
6 years ago
|
#include <fstream>
|
||
|
#include <sstream>
|
||
|
#include <stdexcept>
|
||
|
|
||
|
namespace pEp
|
||
|
{
|
||
|
namespace utility
|
||
|
{
|
||
|
|
||
5 years ago
|
// We've all moved to libpEpAdapter. o/
|
||
6 years ago
|
|
||
|
} // end of namespace pEp::utility
|
||
|
} // end of namespace pEp
|