diff options
author | fredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-05 19:23:34 +0000 |
---|---|---|
committer | fredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-05 19:23:34 +0000 |
commit | 2d114f8b73da6294877210a3a7246cbe25d5dfda (patch) | |
tree | 8b7f3ef8ec1e6f0377f4af96524c77325dce0c9d /TAO/tao/MProfile.cpp | |
parent | ecaefb0c25b23d611645b674064c60ef98d243c1 (diff) | |
download | ATCD-2d114f8b73da6294877210a3a7246cbe25d5dfda.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/MProfile.cpp')
-rw-r--r-- | TAO/tao/MProfile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/MProfile.cpp b/TAO/tao/MProfile.cpp index 73a481da752..96588cced1e 100644 --- a/TAO/tao/MProfile.cpp +++ b/TAO/tao/MProfile.cpp @@ -304,8 +304,8 @@ TAO_MProfile::is_equivalent (TAO_MProfile *first, // of the profiles from the second list!! TAO_Profile_ptr *pfiles1 = first->pfiles (); TAO_Profile_ptr *pfiles2 = second->pfiles (); - int first_cnt = first->profile_count (); - int second_cnt = second->profile_count (); + PHandle first_cnt = first->profile_count (); + PHandle second_cnt = second->profile_count (); for (PHandle h1 = 0; h1 < first_cnt;h1++) for (PHandle h2 = 0; h2 < second_cnt; h2++ ) |