Changes between Version 6 and Version 7 of FDORfc7
- Timestamp:
- 07/30/07 16:26:07 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc7
v6 v7 10 10 ||Last Modified|| Barbara Zoladek [[Timestamp]]|| 11 11 ||Author|| Barbara Zoladek|| 12 ||RFC Status|| draft ||13 ||Implementation Status|| under development||14 ||Proposed Milestone|| ||12 ||RFC Status|| Draft || 13 ||Implementation Status|| Under Development|| 14 ||Proposed Milestone|| 3.3.0.0 || 15 15 ||Assigned PSC guide(s)|| Greg Boone|| 16 ||'''Voting History'''|| ||17 || ||Bob, Mateusz||18 || ||Frank||19 || ||Orest||20 || ||Greg||16 ||'''Voting History'''||TBD|| 17 ||+1|| || 18 ||+0|| || 19 ||-0|| || 20 ||-1|| || 21 21 22 22 == Overview == … … 50 50 /// Returns bool 51 51 /// 52 52 FDO_API bool GetIsVirtual(); 53 53 54 54 /// \brief … … 59 59 /// Returns nothing 60 60 /// 61 61 FDO_API void SetIsVirtual( bool value ); 62 62 ... 63 63