[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[COAS-List] IDL typos in "final" document



You may know about these, but here are some typos in the IDL in the document.  These typos don't exist in the separate IDL files.

Dave

In DsObservationAccess.idl
typedef PersonIdService::QualifiedPersonIdObservedSubjectId;
typedef TerminologyServices::QualifiedCodeQualifiedCode;
typedef NamingAuthority::QualifiedNameStrQualifiedCodeStr;
..
typedef PersonIdService::IdentificationComponentIdentificationComponent;
typedef CosNaming::NamingContextNamingContext;
typedef CosTrading::TraderComponentsTraderComponents;
...
In DsObservationValues.idl
typedef TerminologyServices::ConceptCodeConceptCode;
typedef DsObservationAccess::QualifiedCodeStrQualifiedCodeStr;
typedef DsObservationAccess::AbstractManagedObjectAbstractManagedObject;
// DateTime : ObservationValue;
typedef DsObservationAccess::TimeStampDateTime;
// TimeSpan : ObservationValue;
typedef DsObservationAccess::TimeSpanTimeSpan;
// Person : ObservationValue;
typedef DsObservationAccess::ObservedSubjectIdPerson;