176177178179180181182183
writer.write("using namespace std;\n\n "); } catch (IOException e) { throw new WrapperFault(e); } }
805806807808809810811812
//writer.write("\t\t\t\t}\n"); writer.write("\t\t\t}\n"); } catch (IOException e) { throw new WrapperFault(e); } }
670671672673674675676677
writer.write("extern int Axis_GetSize_" + typeName + "();\n\n"); } } catch (IOException e) { throw new WrapperFault(e); } }
863864865866867868869870
178179180181182183184185
} } catch (Exception e) { e.printStackTrace(); throw new WrapperFault(e); } }
212213214215216217218219
writer.write("\n"); } catch (IOException e) { e.printStackTrace(); throw new WrapperFault(e); } }
8182838485868788
getFilePath().getAbsolutePath() + " created....."); } catch (IOException e) { e.printStackTrace(); throw new WrapperFault(e); } }
104105106107108109110111
+ "\"\n"); } catch (IOException e) { e.printStackTrace(); throw new WrapperFault(e); } }
818283848586878889
} catch (IOException e) { e.printStackTrace(); throw new WrapperFault(e); } }
142143144145146147148149
writeDeleteGlobalMethod(); writeGetSizeGlobalMethod(); } catch (IOException e) { throw new WrapperFault(e); } }