[Home]

Summary:ASTERISK-03350: Problem in $CVSROOT/asterisk/include/asterisk/config.h
Reporter:constfilin (constfilin)Labels:
Date Opened:2005-01-25 19:00:00.000-0600Date Closed:2005-01-27 18:58:20.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Greetings -

In config.h there is this line:

int ast_config_engine_register(struct ast_config_engine *new);

It created problems when this header is compiled with C++.
"new" is reserved keyword. Can this argument be renamed?

Thanks

-c

Comments:By: Mark Spencer (markster) 2005-01-25 20:37:32.000-0600

Fixed in CVS head

By: rwjblue (rwjblue) 2005-01-26 10:58:57.000-0600

not in STABLE.