ftp.nice.ch/pub/next/developer/languages/sgml/sp.1.1.1.I.bs.tar.gz#/sp-1.1.1.I.bs/lib/SdFormalError.h

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

// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.

#ifndef SdFormalError_INCLUDED
#define SdFormalError_INCLUDED 1

#include "Link.h"
#include "StringC.h"
#include "Message.h"
#include "Location.h"

#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif

class ParserState;

class SdFormalError : public Link {
public:
  SdFormalError(const Location &, const MessageType1 &, const StringC &);
  void send(ParserState &);
private:
  const MessageType1 *message_;
  Location location_;
  StringC id_;
};

#ifdef SP_NAMESPACE
}
#endif

#endif /* not SdFormalError_INCLUDED */

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