summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Null_Property_Validator.cpp
blob: e658eb7d75b3dce425839617f96ac5065f6273ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

#include "orbsvcs/PortableGroup/PG_Null_Property_Validator.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

void
TAO_PG_Null_Property_Validator::validate_property (
    const PortableGroup::Properties &)
{
}

void
TAO_PG_Null_Property_Validator::validate_criteria (
    const PortableGroup::Properties &)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL