~ubuntu-branches/ubuntu/edgy/ncbi-tools6/edgy

« back to all changes in this revision

Viewing changes to connect/ncbi_service_connector.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-19 23:28:07 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719232807-et3cdmcjgmnyleyx
Tags: 6.1.20060507-3ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef CONNECT___NCBI_SERVICE_CONNECTOR__H
2
2
#define CONNECT___NCBI_SERVICE_CONNECTOR__H
3
3
 
4
 
/*  $Id: ncbi_service_connector.h,v 6.11 2005/08/12 19:20:06 lavr Exp $
 
4
/*  $Id: ncbi_service_connector.h,v 6.12 2006/04/20 14:03:17 lavr Exp $
5
5
 * ===========================================================================
6
6
 *
7
7
 *                            PUBLIC DOMAIN NOTICE
58
58
 
59
59
typedef struct {
60
60
    void*                data;
61
 
    FSERVICE_ResetData   reset;         /* called at each close           */
62
 
    FSERVICE_CleanupData cleanup;       /* called at destruction          */
63
 
    FSERVICE_GetNextInfo get_next_info; /* called to get conn point       */
64
 
    THCC_Flags           flags;         /* only fHCC_Flushable is honored */
 
61
    FSERVICE_ResetData   reset;         /* called at each close (before iter)*/
 
62
    FSERVICE_CleanupData cleanup;       /* called at destruction             */
 
63
    FSERVICE_GetNextInfo get_next_info; /* called to get conn point          */
 
64
    THCC_Flags           flags;         /* only fHCC_Flushable is honored    */
65
65
} SSERVICE_Extra;
66
66
 
67
67
 
87
87
/*
88
88
 * --------------------------------------------------------------------------
89
89
 * $Log: ncbi_service_connector.h,v $
 
90
 * Revision 6.12  2006/04/20 14:03:17  lavr
 
91
 * Document that SExtraParams::reset is called before service iter is closed
 
92
 *
90
93
 * Revision 6.11  2005/08/12 19:20:06  lavr
91
94
 * +SSERVICE_Extra::flags (for fHCC_Flushable)
92
95
 *