Skip to content

Commit

Permalink
Redefine ?DEFAULT_PREFIX in detergent.hrl
Browse files Browse the repository at this point in the history
Signed-off-by: Essien Ita Essien <essiene@gmail.com>
  • Loading branch information
essiene committed Feb 21, 2011
1 parent fae8b53 commit fdf353e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion include/detergent.hrl
@@ -1,5 +1,7 @@
-define(DEFAULT_PREFIX, "p").

-record(call_opts, {url, http_headers=[], http_client_options=[],
prefix="p"}).
prefix=?DEFAULT_PREFIX}).
-record(wsdl, {operations, model, module}).
-record(port, {service, port, binding, address}).
-record(operation, {service, port, operation, binding, address, action}).
Expand Down
1 change: 0 additions & 1 deletion src/detergent.erl
Expand Up @@ -44,7 +44,6 @@
-record(xsd_file, {atts, name, prefix, import_specs}).
-record(import_specs, {atts, namespace, prefix, location}).

-define(DefaultPrefix, "p").


%%%
Expand Down

0 comments on commit fdf353e

Please sign in to comment.