mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Convert plUoid's object name to a plString
This commit is contained in:
@ -105,7 +105,7 @@ public:
|
||||
//---------------------------
|
||||
// Registry Modification Functions
|
||||
//---------------------------
|
||||
virtual plKey NewKey(const char* name, hsKeyedObject* object, const plLocation& loc, const plLoadMask& m = plLoadMask::kAlways)=0;
|
||||
virtual plKey NewKey(const plString& name, hsKeyedObject* object, const plLocation& loc, const plLoadMask& m = plLoadMask::kAlways)=0;
|
||||
virtual plKey NewKey(plUoid& newUoid, hsKeyedObject* object)=0;
|
||||
|
||||
virtual plDispatchBase* Dispatch()=0;
|
||||
@ -118,7 +118,7 @@ protected:
|
||||
friend class plKeyImp;
|
||||
friend class plArmatureMod; // Temp hack until a findkey/clone issue is fixed. -Bob
|
||||
|
||||
virtual plKey ReRegister(const char *nm, const plUoid& oid)=0;
|
||||
virtual plKey ReRegister(const plString& nm, const plUoid& oid)=0;
|
||||
virtual hsBool ReadObject(plKeyImp* key)=0; // plKeys call this when needed
|
||||
|
||||
// Sets a key as used or unused in the registry. When all keys in a page of a
|
||||
|
Reference in New Issue
Block a user