Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TAO/orbsvcs/tests/Property/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ class Client
/// Testing the number of properties, currently in the Property Set.
int test_get_number_of_properties ();

///Testing get_all_property_names.
/// Testing get_all_property_names.
int test_get_all_property_names ();

/// Testing get_property_value.
int test_get_property_value ();

///Testing get_properties. Give the names and get their properties.
/// Testing get_properties. Give the names and get their properties.
int test_get_properties ();

/// Testing get_all_properties.
Expand Down
Loading