# File syndicator/subscriber.rb, line 27
    def hasSubscription?(subscriptionId)
	return @subscriptions.has_key?(subscriptionId)
    end