mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
Fix #26: replace FC_POINTER_CONFORMANCE with FC_TOP_LEVEL_MULTID_CONFORMANCE
This commit is contained in:
@@ -546,7 +546,7 @@ BOOL __fastcall processCorrelationDescriptorNaked(
|
||||
ss << "StructMember"<<std::dec<<uCorrDescMember;
|
||||
strCorrelationItem = ss.str();
|
||||
}
|
||||
else if(confDesc.corrDesc.correlation_type & FC_POINTER_CONFORMANCE) // case of FC_TOP_LEVEL_MULTID_CONFORMANCE
|
||||
else if(confDesc.corrDesc.correlation_type & FC_TOP_LEVEL_MULTID_CONFORMANCE) // case of FC_TOP_LEVEL_MULTID_CONFORMANCE
|
||||
{
|
||||
// currently not implemented
|
||||
oss<<"/*FC_TOP_LEVEL_MULTID_CONFORMANCE not implemented */)]";
|
||||
|
||||
Reference in New Issue
Block a user