Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / DynamicInterface / DII_CORBA_methods.h
blob662da15aaffb7d860a3a6203581f30aca4fc82d9
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file DII_CORBA_methods.h
7 * Declarations of DII methods in the CORBA namespace.
9 * @author Ossama Othman <ossama@dre.vanderbilt.edu>
11 //=============================================================================
13 #ifndef TAO_DII_CORBA_METHODS_H
14 #define TAO_DII_CORBA_METHODS_H
16 #include /**/ "ace/pre.h"
18 #include "tao/DynamicInterface/dynamicinterface_export.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
21 # pragma once
22 #endif /* ACE_LACKS_PRAGMA_ONCE */
24 #include "tao/CORBA_methods.h"
26 #include /**/ "ace/post.h"
28 #endif /* TAO_DII_CORBA_METHODS_H */