IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13111


Ignore:
Timestamp:
May 1, 2007, 2:42:52 PM (19 years ago)
Author:
jhoblitt
Message:

hack to fix mysterous lack of initalization

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm

    r10579 r13111  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SOAP.pm,v 1.3 2006-12-08 22:23:25 jhoblitt Exp $
     3# $Id: SOAP.pm,v 1.4 2007-05-02 00:42:52 jhoblitt Exp $
    44
    55package Nebulous::Server::SOAP;
     
    4949    return undef if $method eq 'DESTROY';
    5050
     51    init() unless defined $neb;
     52
    5153    die "process $$ has not been initialized"
    5254        unless defined $neb;
  • trunk/Nebulous/lib/Nebulous/Server/SOAP.pm

    r10579 r13111  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SOAP.pm,v 1.3 2006-12-08 22:23:25 jhoblitt Exp $
     3# $Id: SOAP.pm,v 1.4 2007-05-02 00:42:52 jhoblitt Exp $
    44
    55package Nebulous::Server::SOAP;
     
    4949    return undef if $method eq 'DESTROY';
    5050
     51    init() unless defined $neb;
     52
    5153    die "process $$ has not been initialized"
    5254        unless defined $neb;
Note: See TracChangeset for help on using the changeset viewer.