← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 230: Fix more warnings

 

------------------------------------------------------------
revno: 230
committer: Michal Hruby <michal.mhr@xxxxxxxxx>
branch nick: bluebird
timestamp: Mon 2011-09-05 21:18:19 +0200
message:
  Fix more warnings
modified:
  src/engine.vala


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/engine.vala'
--- src/engine.vala	2011-09-05 19:02:23 +0000
+++ src/engine.vala	2011-09-05 19:18:19 +0000
@@ -701,6 +701,7 @@
     }
 
     public TimeRange? delete_events (uint32[] event_ids, BusName? sender)
+        throws EngineError
         requires (event_ids.length > 0)
     {
         event_ids = extension_collection.call_pre_delete_events (
@@ -1029,7 +1030,7 @@
     }
 
     protected WhereClause get_where_clause_for_symbol (string table_name,
-        string symbol, TableLookup lookup_table)
+        string symbol, TableLookup lookup_table) throws EngineError
     {
         string _symbol = symbol;
         bool negated = parse_negation (ref _symbol);