Changeset 3016 in Sophya for trunk/SophyaLib/BaseTools/sophyainit.h
- Timestamp:
- Jul 17, 2006, 2:28:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/sophyainit.h
r913 r3016 6 6 7 7 #include "machdefs.h" 8 #include <string> 8 9 9 10 namespace SOPHYA { … … 21 22 SophyaInitiator(); 22 23 virtual ~SophyaInitiator(); 23 virtual double Version(bool fgprt=true); 24 25 static double GetVersion(string& svers); 26 static void PrintVersion(bool fglist=false); 27 28 static int RegisterModule(const char* name, double version); 29 static int ListModules(ostream& os); 24 30 }; 25 31
Note:
See TracChangeset
for help on using the changeset viewer.