Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 79498 - Native Common Base Event implementation does not support C++.
Summary: Native Common Base Event implementation does not support C++.
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Hyades (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Bob Duncan CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 79683
  Show dependency tree
 
Reported: 2004-11-25 11:14 EST by Paul Slauenwhite CLA
Modified: 2012-02-14 16:39 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Slauenwhite CLA 2004-11-25 11:14:31 EST
Native Common Base Event implementation does not support C++.

Users using the native Common Base Event implementation from C++ code, must 
externalize the include of the Common Base Event header to link to the Common 
Base Event functions.  For example,

#ifdef __cplusplus
extern "C" {
#endif
#include "CommonBaseEvent.h"
#ifdef __cplusplus
}
#endif


Consider providing this support in the Common Base Event implementation's header
(s).
Comment 1 Bob Duncan CLA 2004-12-02 11:59:56 EST
Checked-in to head 11/30/2004 10:04am. Tested by Paul 12/02/2004 with RAC 
logging usage.
Comment 2 Paul Slauenwhite CLA 2004-12-07 12:01:45 EST
Verified in Toronto's 20041206_1849 (HEAD) build on December 7, 2004.
Comment 3 Paul Slauenwhite CLA 2004-12-07 12:01:53 EST
Closing.