WIP: Remodeling events
[aquarium] / src / main / scala / gr / grnet / aquarium / store / StoreProvider.scala
index 00c6536..275935c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011 GRNET S.A. All rights reserved.
+ * Copyright 2011-2012 GRNET S.A. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or
  * without modification, are permitted provided that the following
@@ -44,5 +44,6 @@ trait StoreProvider {
   def userStateStore: UserStateStore
   def resourceEventStore: ResourceEventStore
   def walletEntryStore: WalletEntryStore
-  def userEventStore: UserEventStore
+  def imEventStore: IMEventStore
+  def policyStore: PolicyStore
 }
\ No newline at end of file