From d25886af9a1b89a47fcf6457f265c2b868627426 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 5 Jul 2011 14:54:33 +0000 Subject: [PATCH] Made libisoburn.h ready for use with C++ without importing namespace "burn" --- libisoburn/libisoburn.h | 4 ++++ xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 2d24da55..0d8068a3 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -478,7 +478,11 @@ int isoburn_drive_set_msgs_submit(struct burn_drive *d, @return The status of the drive, or what kind of disc is in it. Note: BURN_DISC_UNGRABBED indicates wrong API usage */ +#ifdef __cplusplus +enum burn::burn_disc_status isoburn_disc_get_status(struct burn_drive *drive); +#else enum burn_disc_status isoburn_disc_get_status(struct burn_drive *drive); +#endif /** Tells whether the media can be treated by isoburn_disc_erase(). diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 9560be72..92f18198 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.07.04.121501" +#define Xorriso_timestamP "2011.07.05.145103"