diff options
Diffstat (limited to 'TAO/tao/CurrentC.i')
-rw-r--r-- | TAO/tao/CurrentC.i | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/CurrentC.i b/TAO/tao/CurrentC.i index 715f8a9322c..9cb6f83b66b 100644 --- a/TAO/tao/CurrentC.i +++ b/TAO/tao/CurrentC.i @@ -20,9 +20,18 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html +// TAO_IDL - Generated from +// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:68 + #if !defined (_CORBA_CURRENT___CI_) #define _CORBA_CURRENT___CI_ +ACE_INLINE +CORBA::Boolean +CORBA::Current::marshal (TAO_OutputCDR &) +{ + return 0; +} #endif /* end #if !defined */ |