Update of /cvsroot/syncml-ctoolkit/toolkit/src/sml/mgr/inc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31977/inc
Modified Files:
mgr.h
Log Message:
Removed duplicated function prototype and comments
Index: mgr.h
===================================================================
RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/mgr/inc/mgr.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mgr.h 24 May 2004 01:33:36 -0000 1.4
--- mgr.h 9 Jun 2004 10:24:56 -0000 1.5
***************
*** 149,176 ****
*************************************************************************/
-
- /**
- * Retrieves a pointer to the structure holding all global informations within SyncML
- *
- * @return Pointer to the pGlobalAnchor
- */
SyncMLInfoPtr_t mgrGetSyncMLAnchor(void);
-
-
- /**
- * Retrieves a pointer to the list holding all instance informations
- *
- * @return Pointer to the pInstanceListAnchor
- */
InstanceInfoPtr_t mgrGetInstanceListAnchor(void);
-
-
- /**
- * Set the pointer to the list holding all instance informations
- *
- * @param newListAnchor (IN)
- * pointer to the pInstanceListAnchor
- */
void mgrSetInstanceListAnchor(InstanceInfoPtr_t newListAnchor);
#endif // !defined(NOWSM)
--- 149,156 ----
*************************************************************************/
SyncMLInfoPtr_t mgrGetSyncMLAnchor(void);
InstanceInfoPtr_t mgrGetInstanceListAnchor(void);
void mgrSetInstanceListAnchor(InstanceInfoPtr_t newListAnchor);
+ Ret_t mgrResetWorkspace (InstanceID_t id);
#endif // !defined(NOWSM)
|