Ignore:
Timestamp:
Jul 17, 2006, 2:28:12 PM (19 years ago)
Author:
ansari
Message:

modification SophyaInitiator avec enregistrement list de modules - pret pour tag V2 Reza 17/7/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sophyainit.h

    r913 r3016  
    66
    77#include "machdefs.h"
     8#include <string>
    89
    910namespace SOPHYA {
     
    2122                        SophyaInitiator();
    2223  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);
    2430};
    2531
Note: See TracChangeset for help on using the changeset viewer.