diff options
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_Impl.cpp')
-rw-r--r-- | TAO/tao/GIOP_Message_Generator_Parser_Impl.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_Impl.cpp b/TAO/tao/GIOP_Message_Generator_Parser_Impl.cpp new file mode 100644 index 00000000000..39bcfecc737 --- /dev/null +++ b/TAO/tao/GIOP_Message_Generator_Parser_Impl.cpp @@ -0,0 +1,9 @@ +#include "tao/GIOP_Message_Generator_Parser_Impl.h" + + +#if !defined (__ACE_INLINE__) +# include "tao/GIOP_Message_Generator_Parser_Impl.inl" +#endif /* __ACE_INLINE__ */ + + +ACE_RCSID(tao, GIOP_Message_Generator_Parser_Impl, "$Id$") |