summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/IORManip_Filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORManipulation/IORManip_Filter.h')
-rw-r--r--TAO/tao/IORManipulation/IORManip_Filter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/IORManipulation/IORManip_Filter.h b/TAO/tao/IORManipulation/IORManip_Filter.h
index 2b68c83cea3..25a319eff9b 100644
--- a/TAO/tao/IORManipulation/IORManip_Filter.h
+++ b/TAO/tao/IORManipulation/IORManip_Filter.h
@@ -49,15 +49,12 @@ public:
TAO_Profile* profile = 0);
protected:
-
/// This will be the bulk of the filtering code.
virtual void filter_and_add (TAO_Profile* profile,
TAO_MProfile& profiles,
TAO_Profile* guideline = 0) = 0;
-
private:
-
/// The sanitize_profiles() methods call this to do the work.
CORBA::Object_ptr sanitize (CORBA::Object_ptr object,
TAO_Profile* profile);