Changeset 13111
- Timestamp:
- May 1, 2007, 2:42:52 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/lib/Nebulous/Server/SOAP.pm (modified) (2 diffs)
-
Nebulous/lib/Nebulous/Server/SOAP.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm
r10579 r13111 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SOAP.pm,v 1. 3 2006-12-08 22:23:25jhoblitt Exp $3 # $Id: SOAP.pm,v 1.4 2007-05-02 00:42:52 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SOAP; … … 49 49 return undef if $method eq 'DESTROY'; 50 50 51 init() unless defined $neb; 52 51 53 die "process $$ has not been initialized" 52 54 unless defined $neb; -
trunk/Nebulous/lib/Nebulous/Server/SOAP.pm
r10579 r13111 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SOAP.pm,v 1. 3 2006-12-08 22:23:25jhoblitt Exp $3 # $Id: SOAP.pm,v 1.4 2007-05-02 00:42:52 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SOAP; … … 49 49 return undef if $method eq 'DESTROY'; 50 50 51 init() unless defined $neb; 52 51 53 die "process $$ has not been initialized" 52 54 unless defined $neb;
Note:
See TracChangeset
for help on using the changeset viewer.
