| 792 | /************************************************************************/ |
| 793 | |
| 794 | GDALPDFObjectNum GDALPDFObjectRW::GetRefNum() |
| 795 | { |
| 796 | return m_nNum; |
| 797 | } |
| 798 | |
| 799 | /************************************************************************/ |
| 800 | /* GetRefGen() */ |
no test coverage detected