~ubuntu-branches/ubuntu/trusty/openjade1.3/trusty

« back to all changes in this revision

Viewing changes to include/SOEntityCatalog.h

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-04-09 00:01:50 UTC
  • Revision ID: james.westby@ubuntu.com-20020409000150-r9rkyalxlhvf9ba3
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (c) 1994, 1995 James Clark
 
2
// See the file COPYING for copying permission.
 
3
 
 
4
#ifndef SOEntityCatalog_INCLUDED
 
5
#define SOEntityCatalog_INCLUDED 1
 
6
 
 
7
#ifdef __GNUG__
 
8
#pragma interface
 
9
#endif
 
10
 
 
11
#include "ExtendEntityManager.h"
 
12
 
 
13
#ifdef SP_NAMESPACE
 
14
namespace SP_NAMESPACE {
 
15
#endif
 
16
 
 
17
class SP_API SOCatalogManager : public ExtendEntityManager::CatalogManager {
 
18
public:
 
19
  static ExtendEntityManager::CatalogManager *
 
20
    make(const Vector<StringC> &sysids,
 
21
         size_t nSysidsMustExist,
 
22
         const CharsetInfo *sysidCharset,
 
23
         const CharsetInfo *catalogCharset,
 
24
         Boolean useDocCatalog);
 
25
};
 
26
 
 
27
#ifdef SP_NAMESPACE
 
28
}
 
29
#endif
 
30
 
 
31
#endif /* not SOEntityCatalog_INCLUDED */