Codeset_Descriptor_Base.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file   Codeset_Descriptor_Base.h
00006  *
00007  *  Codeset_Descriptor_Base.h,v 1.4 2005/11/02 07:13:02 ossama Exp
00008  *
00009  *  @author Phil Mesnier
00010  */
00011 //=============================================================================
00012 
00013 #ifndef TAO_CODESET_DESCRIPTOR_BASE_H
00014 #define TAO_CODESET_DESCRIPTOR_BASE_H
00015 
00016 #include /**/ "ace/pre.h"
00017 
00018 #include "tao/TAO_Export.h"
00019 
00020 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00021 # pragma once
00022 #endif /* ACE_LACKS_PRAGMA_ONCE */
00023 
00024 #include "tao/Versioned_Namespace.h"
00025 
00026 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00027 
00028 /*
00029  * TAO_Codeset_Descriptor_Base describes the necessary interface for
00030  * Objects within libTAO to be able to supply information to the codeset
00031  * subsystem, as required.
00032  *
00033  * This class also serves as a default implementation when codeset support
00034  * is not linked in.
00035  */
00036 class TAO_Export TAO_Codeset_Descriptor_Base
00037 {
00038 public:
00039   virtual ~TAO_Codeset_Descriptor_Base (void);
00040 
00041   virtual void ncs (const ACE_TCHAR *name) = 0;
00042   virtual void add_translator (const ACE_TCHAR *name) = 0;
00043 };
00044 
00045 TAO_END_VERSIONED_NAMESPACE_DECL
00046 
00047 #include /**/ "ace/post.h"
00048 
00049 #endif /* TAO_CODESET_DESCRIPTOR_BASE_H */

Generated on Thu Nov 9 11:54:09 2006 for TAO by doxygen 1.3.6