get_DefaultIssuer Method

WRAPPER_API const BmgChar *get_DefaultIssuer() const

 

Description

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".

 

Example

void DataSource_getDefaultIssuer(GEOCALCPBW_NAMESPACE::DataSource & data)

{

if(CString(data.get_DefaultIssuer()) != "GC")

{

data.set_DefaultIssuer(_towchar("GC").c_str());

}

}