summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-07-23 07:49:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-07-23 07:49:30 +0000
commit19db8090e573ad0ddc0d3cb16b5397c246f859af (patch)
tree113a5d57921aaf816d9b926ac572b187aa974ab9 /TAO/tao/Profile.cpp
parentaebb50a63f9487fc54f0d68c516b997c8658931b (diff)
downloadATCD-19db8090e573ad0ddc0d3cb16b5397c246f859af.tar.gz
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r--TAO/tao/Profile.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp
index 1a116fb1c4e..d857145e221 100644
--- a/TAO/tao/Profile.cpp
+++ b/TAO/tao/Profile.cpp
@@ -414,12 +414,11 @@ TAO_Profile::policies (CORBA::PolicyList *policy_list)
this->are_policies_parsed_ = true;
}
-
-
void
TAO_Profile::get_policies (CORBA::PolicyList& pl)
{
- if (!this->are_policies_parsed_)
+#if !defined(CORBA_E_MICRO)
+ if (!this->are_policies_parsed_)
// None has already parsed the policies.
{
IOP::TaggedComponent tagged_component;
@@ -516,6 +515,9 @@ TAO_Profile::get_policies (CORBA::PolicyList& pl)
}
}
}
+#else
+ ACE_UNUSED_ARG (pl);
+#endif
}
void