Go Back   ZeroC Forums > Bug Reports

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 08-30-2007
paolo paolo is offline
Registered User
 
Name: paolo volpi
Organization: tvblob
Project: tvblob blobbox
 
Join Date: Aug 2007
Posts: 19
IceSSL::PublicKey key() member accessibility

I'm using Ice 3.2.1 version, in file include/IceSSL/Plugin.h line 124:

class ICE_SSL_API PublicKey : public IceUtil::Shared
{
~PublicKey();

EVP_PKEY* key() const;

private:

PublicKey(EVP_PKEY*);
friend class Certificate;

EVP_PKEY* _key;
};

I'm wondering if a "public" access specifier is missing at the beginning of class declaration.
This cause will be usefull to access at the key() member from the outside.
Reply With Quote
  #2 (permalink)  
Old 08-31-2007
matthew's Avatar
matthew matthew is offline
ZeroC Staff
 
Name: Matthew Newhook
Organization: ZeroC, Inc.
Project: Internet Communications Engine
 
Join Date: Feb 2003
Location: NL, Canada
Posts: 1,055
That looks like an oversight (or perhaps a slip of the delete button!). Thanks for pointing that out.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
slice2cpp: member initialization in default constructor mspycher Bug Reports 7 07-16-2007 03:17 AM
Call to a member function GetID() on a non-object rama Help Center 0 12-15-2006 10:12 AM
IceSSL CA public key and C# tkrieger Help Center 1 12-08-2006 11:53 PM
member ambiguity error when creating a smart pointer heathbar Help Center 3 04-09-2006 06:32 PM
Why class cannot be a key for a dictionary? DeepDiver Comments 1 10-05-2005 03:17 PM


All times are GMT -4. The time now is 08:48 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.