sumom****@users*****
sumom****@users*****
2009年 10月 27日 (火) 23:56:58 JST
Index: julius4/msvc/SampleApp/Julius.cpp diff -u julius4/msvc/SampleApp/Julius.cpp:1.4 julius4/msvc/SampleApp/Julius.cpp:1.5 --- julius4/msvc/SampleApp/Julius.cpp:1.4 Tue Oct 27 23:48:21 2009 +++ julius4/msvc/SampleApp/Julius.cpp Tue Oct 27 23:56:58 2009 @@ -1,12 +1,12 @@ -/** - * - * cJulius: JuliusLib wrapper class for C++ - * - * Copyright (c) 2009 Julius project team, Nagoya Institute of Technology - * All rights reserved - * - * This is a part of the Julius software. - */ +/** + * + * cJulius: JuliusLib wrapper class for C++ + * + * Copyright (c) 2009 Julius project team, Nagoya Institute of Technology + * All rights reserved + * + * This is a part of the Julius software. + */ #include <julius/juliuslib.h> #include "Julius.h" Index: julius4/msvc/SampleApp/Julius.h diff -u julius4/msvc/SampleApp/Julius.h:1.3 julius4/msvc/SampleApp/Julius.h:1.4 --- julius4/msvc/SampleApp/Julius.h:1.3 Tue Oct 27 23:48:21 2009 +++ julius4/msvc/SampleApp/Julius.h Tue Oct 27 23:56:58 2009 @@ -1,12 +1,12 @@ -/** - * - * cJulius: JuliusLib wrapper class for C++ - * - * Copyright (c) 2009 Julius project team, Nagoya Institute of Technology - * All rights reserved - * - * This is a part of the Julius software. - */ +/** + * + * cJulius: JuliusLib wrapper class for C++ + * + * Copyright (c) 2009 Julius project team, Nagoya Institute of Technology + * All rights reserved + * + * This is a part of the Julius software. + */ #ifndef _JULIUSCLASS_H_ #define _JULIUSCLASS_H_ @@ -60,6 +60,9 @@ void setLogFile( const char *filename ); + void setModelLocale( const char *locale ); + _locale_t getModelLocale( void ); + bool initialize( int argnum, char *argarray[] ); bool initialize( char *jconffile ); bool loadJconf( char *jconffile );