Browse Source

adding namespace

PYADPT-55
Volker Birk 9 years ago
parent
commit
9fe2f0b181
  1. 2
      setup.py
  2. 1
      src/identity.hh

2
setup.py

@ -26,7 +26,7 @@ OPTION_PREFIX = option_value("prefix")
OPTION_BOOST = option_value("boost") OPTION_BOOST = option_value("boost")
if OPTION_PREFIX is None : if OPTION_PREFIX is None :
OPTION_PREFIX = '/Users/vb' OPTION_PREFIX = os.environ["HOME"]
if OPTION_BOOST is None : if OPTION_BOOST is None :
OPTION_BOOST = '/opt/local' OPTION_BOOST = '/opt/local'

1
src/identity.hh

@ -10,6 +10,7 @@
namespace pEp { namespace pEp {
namespace PythonAdapter { namespace PythonAdapter {
using namespace utility; using namespace utility;
using namespace std;
// Identity is owning a pEp_identity // Identity is owning a pEp_identity

Loading…
Cancel
Save