首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

ACE里面这两个宏分别什么意思,如何用

2012-03-17 
ACE里面这两个宏分别什么意思,怎么用?ACE_RCSIDACE_LACKS_IOSTREAM_TOTALLY [解决办法]ACE_RCSID// This h

ACE里面这两个宏分别什么意思,怎么用?
ACE_RCSID
ACE_LACKS_IOSTREAM_TOTALLY


[解决办法]
ACE_RCSID
// This hack has the following purposes:
// 1. To define the RCS id string variable as a static char*, so
// that there won 't be any duplicate extern symbols at link
// time.
// 2. To have a RCS id string variable with a unique name for each
// file.
// 3. To avoid warnings of the type "variable declared and never
// used ".

热点排行