PG_Null_Property_Validator.cpp

Go to the documentation of this file.
00001 #include "orbsvcs/PortableGroup/PG_Null_Property_Validator.h"
00002 
00003 
00004 ACE_RCSID (PortableGroup,
00005            PG_Null_Property_Validator,
00006            "PG_Null_Property_Validator.cpp,v 1.3 2006/03/14 06:14:34 jtc Exp")
00007 
00008 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00009 
00010 void
00011 TAO_PG_Null_Property_Validator::validate_property (
00012     const PortableGroup::Properties &
00013     ACE_ENV_ARG_DECL_NOT_USED)
00014   ACE_THROW_SPEC ((CORBA::SystemException,
00015                    PortableGroup::InvalidProperty,
00016                    PortableGroup::UnsupportedProperty))
00017 {
00018 }
00019 
00020 void
00021 TAO_PG_Null_Property_Validator::validate_criteria (
00022     const PortableGroup::Properties &
00023     ACE_ENV_ARG_DECL_NOT_USED)
00024   ACE_THROW_SPEC ((CORBA::SystemException,
00025                    PortableGroup::InvalidCriteria,
00026                    PortableGroup::CannotMeetCriteria))
00027 {
00028 }
00029 
00030 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 14:03:33 2006 for TAO_PortableGroup by doxygen 1.3.6