~ubuntu-branches/ubuntu/jaunty/beagle/jaunty-security

« back to all changes in this revision

Viewing changes to Util/SemWeb/Store.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-05-04 00:31:32 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20080504003132-2tkm5o8moo5952ri
Tags: 0.3.7-2ubuntu1
 * Merge from Debian unstable. (LP: #225746) Remaining Ubuntu changes:
  - debian/control:
    + Rename ice{weasel,dove}-beagle to {mozilla,thunderbird}-beagle and
      and update the dependencies accordingly.
    + Change Maintainer to Ubuntu Mono Team.
  - debian/rules:
    + Install the mozilla-beagle and thunderbird-beagle extensions.
  - ice{dove,weasel}.dirs:
    + Renamed to {mozilla,thunderbird}-beagle.dirs.
    + Fixed paths to point to usr/lib/{firefox,thunderbird}

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
using System;
2
2
using System.Collections;
3
 
using System.Data;
4
 
 
5
3
using SemWeb.Util;
6
4
 
7
5
namespace SemWeb {
159
157
                                        return Activator.CreateInstance(ttype, new object[] { spec, table });
160
158
                                /*case "bdb":
161
159
                                        return new SemWeb.Stores.BDBStore(spec);*/
162
 
                                case "sparql-http":
163
 
                                        return new SemWeb.Remote.SparqlHttpSource(spec);
 
160
                                /*case "sparql-http":
 
161
                                        return new SemWeb.Remote.SparqlHttpSource(spec);*/
164
162
                                case "class":
165
163
                                        ttype = Type.GetType(spec);
166
164
                                        if (ttype == null)