From: Kidong L. <bri...@us...> - 2004-05-24 01:34:23
|
Update of /cvsroot/syncml-ctoolkit/toolkit/src/xpt/bindings/common/palm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10631/src/xpt/bindings/common/palm Modified Files: xptmutex.c Log Message: Modified comments to doxygen-readable Removed duplicated comments Index: xptmutex.c =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/xpt/bindings/common/palm/xptmutex.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xptmutex.c 2 May 2003 22:05:09 -0000 1.2 --- xptmutex.c 24 May 2004 01:33:40 -0000 1.3 *************** *** 1,8 **** ! /*************************************************************************/ ! /* module: SyncML HTTP protocol driver */ ! /* file: src/xpt/bindings/common/palm/xptihttp.h */ ! /* target system: Palm */ ! /* target OS: Palm */ ! /*************************************************************************/ --- 1,12 ---- ! /** ! * @file ! * SyncML HTTP protocol driver ! * ! * @target_system Palm ! * @target_os Palm ! * @description This module contains Palm specific definitions for the ! * HTTP protocol handler for SyncML ! * invokes the miscellaneous protocol drivers. ! */ *************** *** 44,54 **** - /** - * This module contains Palm specific definitions for the - * HTTP protocol handler for SyncML - * invokes the miscellaneous protocol drivers. - * - */ - #include "syncml_tk_prefix_file.h" // %%% luz: needed for precompiled headers in eVC++ --- 48,51 ---- |