Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixGlobalInit.h

    r03e5d14 r6b0b624  
    99// Author           : Rob Schluntz
    1010// Created On       : Mon May 04 15:14:56 2016
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Fri May 06 15:29:13 2016
    13 // Update Count     : 2
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Sat Jul 22 09:30:54 2017
     13// Update Count     : 3
    1414//
    1515
    16 #ifndef FIX_GLOBAL_INIT_H
    17 #define FIX_GLOBAL_INIT_H
     16#pragma once
    1817
    1918#include <string>
     
    3130  /// Apply transformations to a file name to get a valid C identifier which will be used as
    3231  /// the name of the generated initializer function.
    33   std::string initName( const std::string & name );
     32  std::string globalFunctionName( const std::string & name );
    3433} // namespace
    35 
    36 #endif // GENPOLY_POLYMUTATOR_H
    3734
    3835// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.