summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Factory.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Policy_Factory.i')
-rw-r--r--TAO/tao/Policy_Factory.i6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Policy_Factory.i b/TAO/tao/Policy_Factory.i
index dcb8d6df032..8562f0e0bd2 100644
--- a/TAO/tao/Policy_Factory.i
+++ b/TAO/tao/Policy_Factory.i
@@ -2,15 +2,11 @@
#if (TAO_HAS_RT_CORBA == 1)
-// @@ Angelo: we rarely include files in the .i file, and generally
-// try to avoid that.
# include "tao/RT_Policy_i.h"
# include "tao/RTCORBAC.h"
#endif /* (TAO_HAS_RT_CORBA == 1) */
-// @@ Angelo: it looks like this function is going to grow over time,
-// should go into the .cpp file.
ACE_INLINE CORBA::Policy *
TAO_Policy_Factory::create_policy (CORBA::PolicyType ptype)
{
@@ -28,7 +24,7 @@ TAO_Policy_Factory::create_policy (CORBA::PolicyType ptype)
ACE_NEW_RETURN (policy, TAO_ClientProtocolPolicy, 0);
#else
- ACE_UNUSED_ARG (ptype);
+ ACE_UNUSED_ARG (ptype);
#endif /* (TAO_HAS_RT_CORBA == 1) */