136137138139140141142143
writer.write( "#include \"" + classname + CUtils.C_HEADER_SUFFIX + "\"\n\n"); } catch (IOException e) { throw new WrapperFault(e); } }
658659660661662663664665
writer.write("extern int Axis_GetSize_" + typeName + "();\n\n"); } } catch (IOException e) { throw new WrapperFault(e); } }
8485868788899091
} } catch (IOException e) { e.printStackTrace(); throw new WrapperFault(e); } }
112113114115116117118119
+ ";\n"); } } catch (IOException e) { throw new WrapperFault(e); } }
124125126127128129130131
{ writer.write("\t" + classname + "();\n"); } catch (IOException e) { throw new WrapperFault(e); } }
137138139140141142143144
writer.write("\tvirtual ~" + classname + "();\n"); //damitha added virtual } catch (IOException e) { throw new WrapperFault(e); } }
245246247248249250251252
writer.write("class " + itr.next().toString() + ";\n"); } } catch (IOException e) { throw new WrapperFault(e); } }
102103104105106107108109
System.out.println( getFilePath().getAbsolutePath() + " created....."); } catch (IOException e) { throw new WrapperFault(e); } }
9192939495969798
getFilePath().getAbsolutePath() + " created....."); } catch (IOException e) { e.printStackTrace(); throw new WrapperFault(e); } }
248249250251252253254255
} } } catch (IOException e) { throw new WrapperFault(e); } }