do it public
This commit is contained in:
@ -13,7 +13,7 @@ using ZicMoove.Droid.Interfaces;
|
||||
|
||||
namespace ZicMoove.Droid.Services.GCMHandlers
|
||||
{
|
||||
abstract class GCMessageHandler : IGCMessageHandler
|
||||
public abstract class GCMessageHandler : IGCMessageHandler
|
||||
{
|
||||
protected Context context;
|
||||
protected NotificationManager notificationManager;
|
@ -18,9 +18,10 @@ namespace ZicMoove.Droid.Services.GCMHandlers
|
||||
using Model;
|
||||
using Model.Musical;
|
||||
|
||||
class BookQueryGCMHandler : GCMessageHandler
|
||||
public class BookQueryGCMHandler : GCMessageHandler
|
||||
{
|
||||
public BookQueryGCMHandler(Context context,
|
||||
public BookQueryGCMHandler(
|
||||
Context context,
|
||||
NotificationManager manager,
|
||||
Notification.Builder builder) : base(context,manager,builder)
|
||||
{
|
||||
|
Reference in New Issue
Block a user