| 5 | } |
| 6 | |
| 7 | bool cCommerce::PurchaseDLCByPackID(unsigned int) { |
| 8 | return false; |
| 9 | } |
| 10 | |
| 11 | bool cCommerce::GetDLCProductInfo(cProductInfo**, unsigned int*, unsigned int, bool) { |
| 12 | return false; |
nothing calls this directly
no outgoing calls
no test coverage detected