|
|
|
@ -404,31 +404,21 @@ namespace Cxxi.Generators.CLI
@@ -404,31 +404,21 @@ namespace Cxxi.Generators.CLI
|
|
|
|
|
|
|
|
|
|
public void GenerateStart() |
|
|
|
|
{ |
|
|
|
|
if( Transform == null) |
|
|
|
|
<<<<<<< HEAD |
|
|
|
|
if (Transform == null) |
|
|
|
|
{ |
|
|
|
|
WriteLine("//----------------------------------------------------------------------------"); |
|
|
|
|
WriteLine("// This is autogenerated code by cxxi-generator."); |
|
|
|
|
WriteLine("// Do not edit this file or all your changes will be lost after re-generation."); |
|
|
|
|
WriteLine("//----------------------------------------------------------------------------"); |
|
|
|
|
|
|
|
|
|
if( FileExtension == "cpp" ) |
|
|
|
|
WriteLine(@"#include ""interop.h"" // marshalString"); |
|
|
|
|
|
|
|
|
|
======= |
|
|
|
|
{ |
|
|
|
|
WriteLine("//----------------------------------------------------------------------------"); |
|
|
|
|
WriteLine("// This is autogenerated code by cxxi-generator."); |
|
|
|
|
WriteLine("// Do not edit this file or all your changes will be lost after re-generation."); |
|
|
|
|
WriteLine("//----------------------------------------------------------------------------"); |
|
|
|
|
|
|
|
|
|
if( FileExtension == "cpp" ) |
|
|
|
|
if (FileExtension == "cpp") |
|
|
|
|
WriteLine(@"#include ""../interop.h"" // marshalString"); |
|
|
|
|
|
|
|
|
|
>>>>>>> 02a2243... Add _wrapper suffix to autogenerated files, so would not conflict with normal headers/sources. |
|
|
|
|
}else |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
Transform.GenerateStart(this); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void GenerateAfterNamespaces() |
|
|
|
|
{ |
|
|
|
|