Changeset 1265 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Oct 31, 2000, 6:05:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r1224 r1265 196 196 197 197 /* --Methode-- */ 198 virtual string const& NamedObjMgr::GetTmpDir() 199 { 200 return *TmpDir; 201 } 202 203 /* --Methode-- */ 204 virtual void NamedObjMgr::SetTmpDir(string const& tmpdir) 205 { 206 if(tmpdir.length()<1) return; 207 *TmpDir = tmpdir; 208 } 209 210 /* --Methode-- */ 198 211 bool NamedObjMgr::SetVar(string const & key, string const & val) 199 212 {
Note:
See TracChangeset
for help on using the changeset viewer.