diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-04-29 03:18:01 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-04-29 03:18:01 +0000 |
commit | 1b7ee19343cf09427ceb269c939215b64515ea70 (patch) | |
tree | 57ebea34d9a91d06901b6c7a6c3ecd783e2e82dd /TAO/tao/MProfile.h | |
parent | 96e2f2477c708719fad165ee133e2a644f3cc10e (diff) | |
download | ATCD-1b7ee19343cf09427ceb269c939215b64515ea70.tar.gz |
ChangeLogTag: Fri Apr 28 21:22:44 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/MProfile.h')
-rw-r--r-- | TAO/tao/MProfile.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/MProfile.h b/TAO/tao/MProfile.h index 209ea9d223a..eac409da8ff 100644 --- a/TAO/tao/MProfile.h +++ b/TAO/tao/MProfile.h @@ -101,6 +101,9 @@ public: TAO_PHandle get_current_handle (void); // Returns the index for the current profile. + TAO_PHandle get_current_handle (void) const; + // Returns the index for the current profile. + CORBA::ULong profile_count (void) const; // Returns the number of profiles stored in the list (last_+1). @@ -111,7 +114,7 @@ public: const TAO_Profile* get_profile (CORBA::ULong slot) const; // Return the profile at position <slot>. If <slot> is out of range // it returns 0. - + void rewind (void); // Sets the current slot back to 0. |