|
|
|
|||||
|
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. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
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 |