Changeset 1268 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Nov 1, 2000, 1:01:28 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r1265 r1268 196 196 197 197 /* --Methode-- */ 198 virtualstring const& NamedObjMgr::GetTmpDir()198 string const& NamedObjMgr::GetTmpDir() 199 199 { 200 200 return *TmpDir; … … 202 202 203 203 /* --Methode-- */ 204 v irtual void NamedObjMgr::SetTmpDir(string const& tmpdir)204 void NamedObjMgr::SetTmpDir(string const& tmpdir) 205 205 { 206 206 if(tmpdir.length()<1) return;
Note:
See TracChangeset
for help on using the changeset viewer.