| 
    TAO_IORManipulation
    2.3.3
    
   | 
 
#include <IORManip_Filter.h>

Public Member Functions | |
| TAO_IORManip_Filter (void) | |
| Constructor.  More... | |
| virtual | ~TAO_IORManip_Filter (void) | 
| Destructor.  More... | |
| CORBA::Object_ptr | sanitize_profiles (CORBA::Object_ptr object, TAO_Profile *profile=0) | 
Protected Member Functions | |
| virtual void | filter_and_add (TAO_Profile *profile, TAO_MProfile &profiles, TAO_Profile *guideline=0)=0 | 
| This will be the bulk of the filtering code.  More... | |
Private Member Functions | |
| CORBA::Object_ptr | sanitize (CORBA::Object_ptr object, TAO_Profile *profile) | 
| The sanitize_profiles() methods call this to do the work.  More... | |
| TAO_IORManip_Filter::TAO_IORManip_Filter | ( | void | ) | 
Constructor.
      
  | 
  virtual | 
Destructor.
      
  | 
  protectedpure virtual | 
This will be the bulk of the filtering code.
Implemented in TAO_IORManip_IIOP_Filter.
      
  | 
  private | 
The sanitize_profiles() methods call this to do the work.
| CORBA::Object_ptr TAO_IORManip_Filter::sanitize_profiles | ( | CORBA::Object_ptr | object, | 
| TAO_Profile * | profile = 0  | 
        ||
| ) | 
Perform filtering using the profile passed in as a guide. If no profile is provided, filter using the profile_matches() method.
 1.8.9.1