WRAPPER_API const BmgChar *get_DefaultIssuer() const
The get_DefaultIssuer method returns a string that gives the default issuer used with the Get/Put/Remove methods. By default, the default issuer is "GC".
void DataSource_getDefaultIssuer(GEOCALCPBW_NAMESPACE::DataSource & data)
{
if(CString(data.get_DefaultIssuer()) != "GC")
{
data.set_DefaultIssuer(_towchar("GC").c_str());
}
}