ftp.nice.ch/pub/next/connectivity/mail/apps/MailEnclosure.0.15.NIHS.bs.tar.gz#/MailEnclosure/Source.v0.15/ModuleMgr.h

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

#import <appkit/appkit.h>

@interface ModuleMgr:HashTable
{
   id paths;
   id fileType;
   NXHashState state;
   Protocol *features;
}

- initForPaths: (const char *)aPath fileType: (const char *)aType;
- free;

- setFeatures: (Protocol *) aProtocol;
- (NXHashState) initState;
- (const char *) nextKey;

- loadModules;

- getModule: (const char *)moduleName;

@end

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