summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 11:30:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 11:30:20 +0000
commite3f21b6865548a354440b381687c7cd6fccd0673 (patch)
tree0436b9c55dd58079733fad5e025bba863e68f0d2 /TAO/tao/Invocation_Base.inl
parent973606aa062af218c71c40a86fe7aed260fb6bf0 (diff)
downloadATCD-e3f21b6865548a354440b381687c7cd6fccd0673.tar.gz
ChangeLogTag: Fri Jul 1 11:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Invocation_Base.inl')
-rw-r--r--TAO/tao/Invocation_Base.inl7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Invocation_Base.inl b/TAO/tao/Invocation_Base.inl
index 02540daf836..f6684bffba0 100644
--- a/TAO/tao/Invocation_Base.inl
+++ b/TAO/tao/Invocation_Base.inl
@@ -56,6 +56,13 @@ namespace TAO
return this->target_;
}
+#if TAO_HAS_INTERCEPTORS == 1
+ ACE_INLINE size_t &
+ Invocation_Base::stack_size (void)
+ {
+ return stack_size_;
+ }
+#endif /*TAO_HAS_INTERCEPTORS*/
}