From: Yurii R. <yr...@us...> - 2003-02-03 06:30:51
|
Update of /cvsroot/eas-dev/eas-dev/components/gmp/idl/org/openeas/gmp In directory sc8-pr-cvs1:/tmp/cvs-serv18441/components/gmp/idl/org/openeas/gmp Added Files: XEndpoint.idl Log Message: mofidifed build process; changes to libsxmlstream (seems that it is still broken); minor additions over the project --- NEW FILE: XEndpoint.idl --- /* $Id: XEndpoint.idl,v 1.1 2003/02/03 06:30:45 yrashk Exp $ */ #ifndef _org_openeas_gmp_XEndpoint_idl_ #define _org_openeas_gmp_XEndpoint_idl_ #ifndef _com_sun_star_uno_XInterface_idl_ #include <com/sun/star/uno/XInterface.idl> #endif module org { module openeas { module gmp { interface XEndpoint: com::sun::star::uno::XInterface { }; }; }; }; #endif |