inlined simple function

This commit is contained in:
Jeff Hill
2003-05-15 23:57:18 +00:00
parent 5fe2fb480e
commit 72ff66925f

View File

@@ -107,5 +107,10 @@ inline const gddEnumStringTable & casPVI::enumStringTable () const
return this->enumStrTbl;
}
inline casPV * casPVI::apiPointer ()
{
return this->pPV;
}
#endif // casPVIh