Objref_TypeCode.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Objref_TypeCode.inl 72141 2006-04-19 09:45:01Z jwillemsen $
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 template <typename StringType, class RefCountPolicy>
00008 ACE_INLINE
00009 TAO::TypeCode::Objref<StringType, RefCountPolicy>::Objref (
00010   CORBA::TCKind kind,
00011   char const * id,
00012   char const * name)
00013   : ::CORBA::TypeCode (kind)
00014   , RefCountPolicy ()
00015   , attributes_ (id, name)
00016 {
00017 }
00018 
00019 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Sun Jan 27 13:21:06 2008 for TAO_AnyTypeCode by doxygen 1.3.6