25#ifndef _GFXPARSER_INCLUDED_
26#define _GFXPARSER_INCLUDED_
33#ifdef GFXCLIENT_DLL_EXPORTS
34 #define GFXCLIENT_EXPORT OD_TOOLKIT_EXPORT
35 #define GFXCLIENT_EXPORT_STATIC OD_STATIC_EXPORT
37 #define GFXCLIENT_EXPORT OD_TOOLKIT_IMPORT
38 #define GFXCLIENT_EXPORT_STATIC OD_STATIC_IMPORT
OdSmartPtr< GfxParser > GfxParserPtr
virtual void parseGfx(OdStreamBuf *message)=0
ODRX_DECLARE_MEMBERS(GfxParser)
virtual OdGsDevice * targetGs()=0
virtual void init(OdGsDevice *gs)=0