IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2005, 4:35:06 PM (21 years ago)
Author:
jhoblitt
Message:

rename PS::IPP::IData -> Nebulous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/scripts/imageserver.pl

    r2785 r4440  
    88
    99use SOAP::Transport::HTTP;
    10 use PS::IPP::IData::Server;
     10use Nebulous::Server;
    1111   
    1212SOAP::Transport::HTTP::CGI
    13     -> dispatch_to( 'PS::IPP::IData::Server' )
     13    -> dispatch_to( 'Nebulous::Server' )
    1414    -> handle;
Note: See TracChangeset for help on using the changeset viewer.