Changeset 3021 in Sophya
- Timestamp:
- Jul 17, 2006, 2:31:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/sambainit.cc
r2615 r3021 18 18 int SambaInitiator::FgInit = 0; 19 19 20 // Module version number - 21 #define MOD_VERS 1.3 22 20 23 SambaInitiator::SambaInitiator() 21 24 : SkyMapInitiator() … … 24 27 if (SambaInitiator::FgInit > 1) return; 25 28 ntinit = new NToolsInitiator; 29 30 SophyaInitiator::RegisterModule("Samba", MOD_VERS); // Module name and version number registration 26 31 } 27 32
Note:
See TracChangeset
for help on using the changeset viewer.