1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Comment adjustment.

This commit is contained in:
Sergey Prigogin 2008-12-27 18:11:01 +00:00
parent af7be7e395
commit a443b1fafc

View file

@ -49,10 +49,10 @@ abstract class PDOMCPPSpecialization extends PDOMCPPBinding implements ICPPSpeci
super(pdom, parent, spec.getNameCharArray());
pdom.getDB().putInt(record + SPECIALIZED, specialized.getRecord());
// specializations that are no instances have the same map as their owner.
// specializations that are not instances have the same map as their owner.
if (this instanceof ICPPTemplateInstance) {
int rec= PDOMCPPTemplateParameterMap.putMap(this, spec.getTemplateParameterMap());
pdom.getDB().putInt(record+ARGMAP, rec);
pdom.getDB().putInt(record + ARGMAP, rec);
}
try {
Integer sigHash = IndexCPPSignatureUtil.getSignatureHash(spec);