/[cwmp]/google/lib/SOAP/Lite.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/lib/SOAP/Lite.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 19 by dpavlin, Mon May 21 12:06:04 2007 UTC revision 20 by dpavlin, Mon May 21 19:56:30 2007 UTC
# Line 1989  sub decode_object { Line 1989  sub decode_object {
1989                ? $value                ? $value
1990                : SOAP::Utils::longname($value =~ m/^($SOAP::Constants::NSMASK?):(${SOAP::Constants::NSMASK}(?:\[[\d,]*\])*)/                : SOAP::Utils::longname($value =~ m/^($SOAP::Constants::NSMASK?):(${SOAP::Constants::NSMASK}(?:\[[\d,]*\])*)/
1991                    ? ($uris{$1} || die("Unresolved prefix '$1' for attribute value '$value'\n"), $2)                    ? ($uris{$1} || die("Unresolved prefix '$1' for attribute value '$value'\n"), $2)
1992                    : ($uris{''} || die("Unspecified namespace for type '$value'\n"), $value)                    : ($uris{''} || die("Unspecified namespace '$1' for type '$value'\n"), $value)
1993                  );                  );
1994            };            };
1995            1;            1;

Legend:
Removed from v.19  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26