diff options
| author | npmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56> | 2010-02-05 20:53:47 +0000 |
|---|---|---|
| committer | npmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56> | 2010-02-05 20:53:47 +0000 |
| commit | c3fce2e5f62ca0927f17b7b0fe19918825950ccc (patch) | |
| tree | b2a19098706f776cae0f5e0a2d160b54f60fa5fb /libproxy/modules/config_envvar.cpp | |
| parent | 6fa1de83d6b7ab337bf0ed6bb39c16b5f7c5fdfd (diff) | |
| download | libproxy-c3fce2e5f62ca0927f17b7b0fe19918825950ccc.tar.gz | |
remove googlecode from the namespace
git-svn-id: http://libproxy.googlecode.com/svn/trunk@518 c587cffe-e639-0410-9787-d7902ae8ed56
Diffstat (limited to 'libproxy/modules/config_envvar.cpp')
| -rw-r--r-- | libproxy/modules/config_envvar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libproxy/modules/config_envvar.cpp b/libproxy/modules/config_envvar.cpp index 507587c..4c5f6a0 100644 --- a/libproxy/modules/config_envvar.cpp +++ b/libproxy/modules/config_envvar.cpp @@ -20,7 +20,7 @@ #include <cstdlib> #include "../extension_config.hpp" -using namespace com::googlecode::libproxy; +using namespace libproxy; class envvar_config_extension : public config_extension { public: @@ -47,7 +47,7 @@ public: if (!proxy) throw runtime_error("Unable to read configuration"); - return com::googlecode::libproxy::url(proxy); + return libproxy::url(proxy); } string get_ignore(url) { |
