Ignore:
Timestamp:
10/14/10 15:40:26 (14 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/c_interface.hpp

    r132 r133  
    4444   /* ******************** HANDLE INTERFACE ******************** */ 
    4545   void xios_handle_create_ (XHandle * _ret, const XDType * const _dtype, XString _id); 
     46 
     47   /* 
    4648   void xios_handle_verify_ (XBool   * _ret, const XHandle * const _hd); 
    4749   void xios_handle_getType_(XDType  * _ret, const XHandle * const _hd); 
     
    5153   void xios_handle_isGroup_  (XBool * _ret, const XHandle * const _hd); 
    5254   void xios_handle_isElement_(XBool * _ret, const XHandle * const _hd); 
     55   */ 
    5356 
    5457   /* ******************** XML INTERFACE *********************** */ 
     
    6063   void xios_dtreatment_create_files_and_headers_(const XHandle * const _hd, const XFileType * const _ft); 
    6164 
    62    /* ******************** CALENDAR INTERFACE ****************** */ 
     65   /* ******************** CONTEXT INTERFACE ******************* */ 
     66   void xios_context_set_current_(const XHandle * const _ctxt, const bool * const _wswap); 
    6367 
    64    void xios_date_new_(XHandle * _dte, const XDate * const _xdate); 
    65    void xios_calendar_setTimeStep_(XHandle * _cal, const XDuration * const _dur); 
    6668 
    67    /* ******************** CONTEXT INTERFACE ******************* */ 
    68    void xios_context_SetCurrent_(const XHandle * const _ctxt); 
     69   /* 
    6970   void xios_context_GetCurrent_(XHandle * _ctxt); 
    7071   void xios_context_ShowTree_  (void); 
    7172 
    7273   void xios_context_getCalendar_(const XHandle * const _ctxt, XHandle* _cal); 
     74   */ 
    7375 
    7476   /* ******************** AXIS INTERFACE ********************** */ 
Note: See TracChangeset for help on using the changeset viewer.