Skip Menu |
 

From: raeburn@mit.edu
Subject: SVN Commit

Now that we're installing the kadm5 headers, they should be C++-safe
like the others. Wrap the content in 'extern "C"' if compiling as
C++. New test program to verify.


https://github.com/krb5/krb5/commit/10c0b36c72eb2b38811494c4fa2adbc734b66237
Commit By: raeburn
Revision: 22280
Changed Files:
U trunk/src/lib/kadm5/admin.h
U trunk/src/tests/misc/Makefile.in
U trunk/src/tests/misc/deps
A trunk/src/tests/misc/test_cxx_kadm5.cpp
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22280 from trunk

------------------------------------------------------------------------
r22280 | raeburn | 2009-04-25 05:36:11 -0400 (Sat, 25 Apr 2009) | 9 lines
Changed paths:
M /trunk/src/lib/kadm5/admin.h
M /trunk/src/tests/misc/Makefile.in
M /trunk/src/tests/misc/deps
A /trunk/src/tests/misc/test_cxx_kadm5.cpp

ticket: 6477
subject: make installed headers C++-safe
target_version: 1.7
tags: pullup

Now that we're installing the kadm5 headers, they should be C++-safe
like the others. Wrap the content in 'extern "C"' if compiling as
C++. New test program to verify.

https://github.com/krb5/krb5/commit/bb983ced27e4a00f411bce64c8f13c0eed47b691
Commit By: tlyu
Revision: 22329
Changed Files:
U branches/krb5-1-7/src/lib/kadm5/admin.h
U branches/krb5-1-7/src/tests/misc/Makefile.in
U branches/krb5-1-7/src/tests/misc/deps
A branches/krb5-1-7/src/tests/misc/test_cxx_kadm5.cpp