summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_10.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_10.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
index eae1ef62b41..dad464a724c 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
@@ -13,10 +13,6 @@
#include "ace/Log_Msg.h"
-#if !defined (__ACE_INLINE__)
-# include "GIOP_Message_Generator_Parser_10.inl"
-#endif /* __ACE_INLINE__ */
-
ACE_RCSID (tao,
GIOP_Message_Gen_Parser_10,
"$Id$")
@@ -480,3 +476,9 @@ TAO_GIOP_Message_Generator_Parser_10::minor_version (void)
// Any harm in hardcoding??
return 0;
}
+
+size_t
+TAO_GIOP_Message_Generator_Parser_10::fragment_header_length (void) const
+{
+ return 0;
+}