From: Yurii R. <yr...@us...> - 2003-02-04 04:20:55
|
Update of /cvsroot/eas-dev/eas-dev/components/logger/idl/org/openeas/util In directory sc8-pr-cvs1:/tmp/cvs-serv18215 Added Files: XLoggerHandler.idl Log Message: Missing XLoggerHandler.idl is added :) --- NEW FILE: XLoggerHandler.idl --- /* $Id: XLoggerHandler.idl,v 1.1 2003/02/04 04:20:52 yrashk Exp $ */ #ifndef _org_openeas_util_XLoggerHandler_idl_ #define _org_openeas_util_XLoggerHandler_idl_ #ifndef _com_sun_star_uno_XInterface_idl_ #include <com/sun/star/uno/XInterface.idl> #endif module org { module openeas { module util { interface XLoggerHandler: com::sun::star::uno::XInterface { void log([in] string message); }; }; }; }; #endif |