SegmentHandlerBuilder.h

Go to the documentation of this file.
00001 //
00002 //  Copyright (c) 1996-2006 by Autodesk, Inc.
00003 //
00004 //  By using this code, you are agreeing to the terms and conditions of
00005 //  the License Agreement included in the documentation for this code.
00006 //
00007 //  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE CORRECTNESS
00008 //  OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE IT. AUTODESK
00009 //  PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY DISCLAIMS ANY
00010 //  LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL DAMAGES FOR ERRORS,
00011 //  OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
00012 //
00013 //  Use, duplication, or disclosure by the U.S. Government is subject to
00014 //  restrictions set forth in FAR 52.227-19 (Commercial Computer Software
00015 //  Restricted Rights) and DFAR 252.227-7013(c)(1)(ii) (Rights in Technical
00016 //  Data and Computer Software), as applicable.
00017 //
00018 
00019 #ifndef _DWFTK_SEGMENT_HANDLER_BUILDER_H
00020 #define _DWFTK_SEGMENT_HANDLER_BUILDER_H
00021 
00026 
00027 #ifndef DWFTK_READ_ONLY
00028 
00029 
00030 #include "dwf/w3dtk/BOpcodeHandler.h"
00031 
00032 
00033 namespace DWFToolkit
00034 {
00035 
00036 
00046 class DWFSegmentHandlerBuilder _DWFTK_EXPORT_API_MEMORY_CONTROL_BASE
00047 {
00048 
00049 public:
00050 
00056     DWFSegmentHandlerBuilder()
00057         throw()
00058     {;}
00059 
00065     virtual ~DWFSegmentHandlerBuilder()
00066         throw()
00067     {;}
00068 
00074     DWFSegmentHandlerBuilder( const DWFSegmentHandlerBuilder& )
00075         throw()
00076     {;}
00077 
00083     DWFSegmentHandlerBuilder& operator=( const DWFSegmentHandlerBuilder& )
00084         throw()
00085     {
00086         return *this;
00087     }
00088 
00089     //
00090     // Segment Opcode Handler Builders
00091     //
00092 public:
00093 
00100     virtual TK_Close_Segment& getCloseSegmentHandler()
00101         throw( DWFException )
00102     {
00103         _DWFCORE_THROW( DWFNotImplementedException, /*NOXLATE*/L"Handler not available in this builder" );
00104     }
00105 
00112     virtual TK_Open_Segment& getOpenSegmentHandler()
00113         throw( DWFException )
00114     {
00115         _DWFCORE_THROW( DWFNotImplementedException, /*NOXLATE*/L"Handler not available in this builder" );
00116     }
00117 
00124     virtual TK_Referenced_Segment& getIncludeSegmentHandler()
00125         throw( DWFException )
00126     {
00127         _DWFCORE_THROW( DWFNotImplementedException, /*NOXLATE*/L"Handler not available in this builder" );
00128     }
00129 
00136     virtual TK_Referenced_Segment& getStyleSegmentHandler()
00137         throw( DWFException )
00138     {
00139         _DWFCORE_THROW( DWFNotImplementedException, /*NOXLATE*/L"Handler not available in this builder" );
00140     }
00141 };
00142 
00143 
00144 }
00145 
00146 
00147 #endif  
00148 #endif
00149 

Generated on Tue Jan 6 22:40:05 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5