[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference pamsrc::objectbroker_development

Title:ObjectBroker Development - BEA Systems' CORBA
Notice:See note 2 for kit locations; note 4 for training
Moderator:RECV::GUMBELd
Created:Thu Dec 27 1990
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2482
Total number of notes:13057

2421.0. "Management API references unresolved ...." by MIASYS::DLUGOSZ (My reality check just bounced) Fri Jan 24 1997 13:36

    When including obbmgt.h you need to bracket it as follows
    
           #ifdef __cplusplus
             extern "C" {
            #endif
            #include obbmgt.h>
            #ifdef __cplusplus
             }
            #endif
    
    else the linker refuses to resolve references to the MGT API.
    
    Is this intended or was something missed - since I've never had
    to do this with any other ObjectBroker include file?
    
    Ron
    
      
    
T.RTitleUserPersonal
Name
DateLines
2421.1PTR 16-3-226REQUE::BOWERPeter Bower, ObjectBrokerTue Jan 28 1997 09:547
    I have entered a PTR on this - 16-3-226.
    
    For now, bracket the include. The extern "C" { statements will be added 
    to the obbmgt.h file in a similar manner to those already in orb.h
    and the other OBB include files.