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