This is RegisteredCodingSystem.h in view mode; [Download] [Up]
// Copyright (c) 1994 James Clark // See the file COPYING for copying permission. #ifndef RegisteredCodingSystem_INCLUDED #define RegisteredCodingSystem_INCLUDED 1 #ifdef SP_NAMESPACE namespace SP_NAMESPACE { #endif class InputCodingSystem; struct RegisteredCodingSystem { const char *name; const InputCodingSystem *ics; }; #ifdef SP_NAMESPACE } #endif #endif /* not RegisteredCodingSystem_INCLUDED */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.