Changeset 4440 for trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm
- Timestamp:
- Jun 29, 2005, 4:35:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm
r2917 r4440 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SOAP.pm,v 1. 1 2005-01-06 03:56:43jhoblitt Exp $3 # $Id: SOAP.pm,v 1.2 2005-06-30 02:35:06 jhoblitt Exp $ 4 4 5 package PS::IPP::IData::Server::SOAP;5 package Nebulous::Server::SOAP; 6 6 7 7 use strict; … … 10 10 our $VERSION = '0.01'; 11 11 12 use PS::IPP::IData::Server;12 use Nebulous::Server; 13 13 use SOAP::Lite; 14 14 import SOAP::Data 'name'; … … 22 22 return undef if $method eq 'DESTROY'; 23 23 24 return name( result => PS::IPP::IData::Server->$method( @_ ) );24 return name( result => Nebulous::Server->$method( @_ ) ); 25 25 } 26 26
Note:
See TracChangeset
for help on using the changeset viewer.
