* \brief Fetch current reference count. * * @return the current reference count. */
| 1138 | * @return the current reference count. |
| 1139 | */ |
| 1140 | int OGRSpatialReference::GetReferenceCount() const |
| 1141 | { |
| 1142 | return d->nRefCount; |
| 1143 | } |
| 1144 | |
| 1145 | /************************************************************************/ |
| 1146 | /* Release() */ |
no outgoing calls