Changeset 1207 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Sep 29, 2000, 4:26:15 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r1199 r1207 89 89 static string* TmpDir; // Repertoire pour les compilations / link dynamique 90 90 91 92 // Pour completer le nom de l'objet avec le nom du repertoire93 static void RemoveSpacesFromName(string & nom);94 static bool CheckDirName(string & nom);95 static int ParseObjectName(string & nom, string & nomrep, string & nomobj);96 91 // .................................................................. 97 92 … … 1352 1347 1353 1348 /* Nouvelle-Fonction */ 1354 void RemoveSpacesFromName(string & nom)1349 void NamedObjMgr::RemoveSpacesFromName(string & nom) 1355 1350 { 1356 1351 // on supprime les blancs de debut et de fin … … 1364 1359 1365 1360 /* Nouvelle-Fonction */ 1366 bool CheckDirName(string & nom)1361 bool NamedObjMgr::CheckDirName(string & nom) 1367 1362 { 1368 1363 RemoveSpacesFromName(nom); … … 1376 1371 1377 1372 /* Nouvelle-Fonction */ 1378 int ParseObjectName(string & nom, string & nomrep, string & nomobj)1373 int NamedObjMgr::ParseObjectName(string & nom, string & nomrep, string & nomobj) 1379 1374 { 1380 1375 RemoveSpacesFromName(nom);
Note:
See TracChangeset
for help on using the changeset viewer.