Arg_Traits_T.h

Go to the documentation of this file.
00001 // This may look like C, but it's really -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    Arg_Traits_T.h
00006  *
00007  *  Arg_Traits_T.h,v 1.5 2005/11/02 07:13:02 ossama Exp
00008  *
00009  *  @authors Jeff Parsons and Carlos O'Ryan
00010  */
00011 //=============================================================================
00012 
00013 #ifndef TAO_ARG_TRAITS_T_H
00014 #define TAO_ARG_TRAITS_T_H
00015 
00016 #include /**/ "ace/pre.h"
00017 
00018 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00019 # pragma once
00020 #endif /* ACE_LACKS_PRAGMA_ONCE */
00021 
00022 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00023 
00024 namespace TAO
00025 {
00026   /**
00027    *
00028    * @brief Base class for all stub arg traits specializations.
00029    *
00030    */
00031   template<typename T>
00032   class Arg_Traits
00033   {
00034   };
00035 }
00036 
00037 TAO_END_VERSIONED_NAMESPACE_DECL
00038 
00039 #include /**/ "ace/post.h"
00040 
00041 #endif /* TAO_ARG_TRAITS_T_H */

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