SArg_Traits_T.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    SArg_Traits_T.h
00006  *
00007  *  $Id: SArg_Traits_T.h 69198 2005-11-04 09:26:56Z ossama $
00008  *
00009  *  @author Jeff Parsons
00010  *  @author Carlos O'Ryan
00011  */
00012 //=============================================================================
00013 
00014 #ifndef TAO_SARG_TRAITS_T_H
00015 #define TAO_SARG_TRAITS_T_H
00016 
00017 #include /**/ "ace/pre.h"
00018 
00019 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00020 # pragma once
00021 #endif /* ACE_LACKS_PRAGMA_ONCE */
00022 
00023 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00024 
00025 namespace TAO
00026 {
00027   /**
00028    *
00029    * @brief Base class for all skeleton arg traits specializations.
00030    *
00031    */
00032   template<typename T>
00033   class SArg_Traits
00034   {
00035   };
00036 }
00037 
00038 TAO_END_VERSIONED_NAMESPACE_DECL
00039 
00040 #include /**/ "ace/post.h"
00041 
00042 #endif /* TAO_SARG_TRAITS_T_H */

Generated on Tue Feb 2 17:40:54 2010 for TAO_PortableServer by  doxygen 1.4.7