gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_7-10-g55aa014


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_7-10-g55aa014
Date: Thu, 15 Oct 2009 06:28:25 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=55aa014dffb9b95bc3ad55a3d17f92668e416088

The branch, master has been updated
       via  55aa014dffb9b95bc3ad55a3d17f92668e416088 (commit)
      from  c541272f592a9d948b82d9b04a2b47f8865a47e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 55aa014dffb9b95bc3ad55a3d17f92668e416088
Author: Simon Josefsson <address@hidden>
Date:   Thu Oct 15 08:27:48 2009 +0200

    Export C++ symbol visibility.
    
    Tiny patch from Boyan Kasarov <address@hidden>.

-----------------------------------------------------------------------

Summary of changes:
 lib/libgnutlsxx.map |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/lib/libgnutlsxx.map b/lib/libgnutlsxx.map
index 62f6c12..f61d861 100644
--- a/lib/libgnutlsxx.map
+++ b/lib/libgnutlsxx.map
@@ -24,11 +24,18 @@ GNUTLS_1_6
 {
   global:
     extern "C++" {
-      gnutls::*;
-  };
+      # To specify a class we also need to specify its typeinfo,
+      # typeinfo name and vtable objects.
+      # For example for class gnutls::psk_client_credentials,
+      # we need to declare this 4 lines:
+      #
+      # gnutls::psk_client_credentials::*;
+      # "typeinfo for gnutls::psk_client_credentials";
+      # "typeinfo name for gnutls::psk_client_credentials";
+      # "vtable for gnutls::psk_client_credentials";
 
-  # export typeinfo names and structures
-  _ZTI*;
+      *gnutls::*;
+  };
 
   local: *;
 };


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]