ftp.nice.ch/Attic/openStep/unix/developer/language/python/python.14.m.s.tgz#/python-14-OS-mach/Contrib/OpenSTEP_PB/Python.fproj/Python.subproj/PyNSBundledModule.h

This is PyNSBundledModule.h in view mode; [Download] [Up]

/* Copyright (c) 1997 by Lele Gaifax.  All Rights Reserved
 *
 * This file is part of .
 *
 * $RCSfile: PyNSBundledModule.h,v $
 * $Revision: 1.1 $
 * $Date: 1997/03/23 08:02:00 $
 *
 * Created Fri Mar 14 00:07:55 1997.
 */

#ifndef _PyNSBundledModule_H
#define _PyNSBundledModule_H

#import <Foundation/NSObject.h>
#import <Foundation/NSBundle.h>
#include <Python/rename2.h>	// XXX Sigh! importdl.h needs this
#include "importdl.h"

/*#C This class does something really interesting... */
@interface PyNSBundledModule : NSObject
{
}

//#M Initialize the version number of this class.
+ (void) initialize;

//#M Return the pathname of the module, or nil if can't be found.
+ (NSString *) pathOfModule:(NSString *) name;

//#M Does nothing. Subclasses should call module's initializer.
+ (void) initModule;

@end /* PyNSBundledModule class interface */


#endif /* _PyNSBundledModule_H */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.