Searched refs:cppFile (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbamaker.cxx | 118 FileStream cppFile; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 123 cppFile.open(outPath); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 125 if(!cppFile.isValid()) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 136 cppFile << "#include <" in SAL_IMPLEMENT_MAIN_WITH_ARGS() 140 CorbaType::dumpDefaultHxxIncludes(cppFile); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 141 cppFile << "\n"; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 171 …produceAllTypes(tmpName, typeMgr, typeDependencies, &options, sal_False, cppFile, NULL, &generated… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 175 …uceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options, cppFile, NULL, &generated… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 189 …if (!produceAllTypes("/", typeMgr, typeDependencies, &options, sal_True, cppFile, NULL, &generated… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 198 cppFile << "namespace bonobobridge {\n" in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|