For the supported algorithm, the unique identifier for Taligent is:
The EOI might already be assigned for a developer's organization. If an EOI is not yet assigned for a developer's organization, it can be obtained by contacting:
Internet Assigned Numbers Authority
USC - Information Sciences Institute
4676 Admiralty Way,
Marina del Rey, CA. 90292-6695
U.S.A.
Phone: +1 310- 822-1511
Fax: +1 310-823-6714
Electronic mail: IANA-MIB@ISI.EDU
Information about IANA-MIB administration can be obtained by contacting:
Joe Kemp +1 310-822-1511 x171
Joyce K. Reynolds+1 310-822-1511 x263
For developers with Internet access, the easiest procedure is:
NOTE It is extremely important that a developer not pick a random number. Doing so might cause a collision with a legitimately-assigned number at some future time; in such a case, the number in question will be considered to belong to its legitimately registered organization.
The TLicenseVendor object also maintains vendor contact information meant to be human readable and localizable so that it can be presented to the user when required.
class TLicenseVendor : public MCollectible { // Copyright (C) 1995 Taligent, Inc. All rights reserved. public: //................................................................. // Constructors and destructors TLicenseVendor(); TLicenseVendor(const TLicenseVendor&); TLicenseVendor(const TLicenseVendorIdentifier, vendorId, const TText& contactInfo); virtual ~TLicenseVendor(); //................................................................. // operator overloads. TLicenseVendor& operator= (const TLicenseVendor& source); //................................................................. // MCollectible overrides. virtual TStream& operator<<= (TStream& fromWhere); virtual TStream& operator>>=(TStream& toWhere) const; //................................................................. // TLicenseVendor specific operations. virtual void GetIdentifier(TLicenseVendorIdentifier& target) const; virtual void GetContactInfo(TText& contactInfo); private: };
GetContactInfo gets the contact information from the vendor object. The contact information is the human-readable vendor description that the vendor would like presented to the user. This information should be localized because it is intended for presentation to the user. To enable this localization, the contact information is not used as part of the equality comparators for the class.
Member functions
GetIdentifier gets the unique identifier for the vendor that is represented by the object. Deriving classes
TLicenseVendor is not designed for deriving classes. Concurrency
TLicenseVendor is not designed for concurrent access. Resource use
No special requirements.
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Generated with WebMaker