Home
last modified time | relevance | path

Searched refs:cppFile (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/codemaker/source/bonobowrappermaker/
H A Dcorbamaker.cxx122 FileStream cppFile; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
127 cppFile.open(outPath); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
129 if(!cppFile.isValid()) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
140 cppFile << "#include <" in SAL_IMPLEMENT_MAIN_WITH_ARGS()
144 CorbaType::dumpDefaultHxxIncludes(cppFile); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
145 cppFile << "\n"; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
175 …produceAllTypes(tmpName, typeMgr, typeDependencies, &options, sal_False, cppFile, NULL, &generated… in SAL_IMPLEMENT_MAIN_WITH_ARGS()
179 …uceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options, cppFile, NULL, &generated… in SAL_IMPLEMENT_MAIN_WITH_ARGS()
193 …if (!produceAllTypes("/", typeMgr, typeDependencies, &options, sal_True, cppFile, NULL, &generated… in SAL_IMPLEMENT_MAIN_WITH_ARGS()
202 cppFile << "namespace bonobobridge {\n" in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]