00001 00002 // 00003 // Borland C++ 5.5, GNU C++ 3.0 00004 // Compiler Backend Library 00005 // $Id: errormgr_8h-source.html,v 1.1 2002/07/18 14:58:45 cparpart Exp $ 00006 // 00007 // Copyright (c) 2002 SurakWare Corp. 00008 // 00010 #ifndef sw_cbl_errormgr_h 00011 #define sw_cbl_errormgr_h 00012 00013 #include00014 #include <swl/errormgr.h> 00015 00016 namespace cbl { 00017 00022 class IErrorMgr : public swl::IErrorMgr { 00023 public: 00025 virtual const swl::IInputLocator *inputLocator() const = 0; 00027 virtual void inputLocator(swl::IInputLocator *ALocator) = 0; 00028 }; 00029 00030 } // namespace cbl 00031 00032 #endif