00001 #include "orbsvcs/PortableGroup/PG_Null_Property_Validator.h" 00002 00003 00004 ACE_RCSID (PortableGroup, 00005 PG_Null_Property_Validator, 00006 "$Id: PG_Null_Property_Validator.cpp 77001 2007-02-12 07:54:49Z johnnyw $") 00007 00008 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00009 00010 void 00011 TAO_PG_Null_Property_Validator::validate_property ( 00012 const PortableGroup::Properties &) 00013 { 00014 } 00015 00016 void 00017 TAO_PG_Null_Property_Validator::validate_criteria ( 00018 const PortableGroup::Properties &) 00019 { 00020 } 00021 00022 TAO_END_VERSIONED_NAMESPACE_DECL