コード例 #1
0
ファイル: config.go プロジェクト: BackupTheBerlios/nhi1-svn
func (this *MqS) ConfigGetIsString() bool {
	return C.MqConfigGetIsString((*_Ctype_struct_MqS)(this)) == C.MQ_YES
}
コード例 #2
0
ファイル: config.go プロジェクト: BackupTheBerlios/nhi1-svn
func (this *MqS) ConfigGetIsString() bool {
	return (bool)(C.MqConfigGetIsString((*_Ctype_struct_MqS)(this)))
}