VirtualBox

忽略:
時間撮記:
2013-12-9 上午09:12:47 (11 年 以前)
作者:
vboxsync
訊息:

NetLib: 'const' is commented out because of compilation erro on Windows host, but it's intended that this function isn't modify event type array (build fix.)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/NetworkServices/NetLib/utils.h

    r49819 r49825  
    127127typedef com::SafeArray<VBoxEventType_T> ComEventTypeArray;
    128128
     129/* XXX: const is commented out because of compilation erro on Windows host, but it's intended that this function
     130 isn't modify event type array */
    129131int createNatListener(ComNatListenerPtr& listener, const ComVirtualBoxPtr& vboxptr,
    130                       NATNetworkEventAdapter *adapter, const ComEventTypeArray& events);
     132                      NATNetworkEventAdapter *adapter, /* const */ ComEventTypeArray& events);
    131133#endif
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette