From 86c166815f308a4ea565de387c92fb60f6347e53 Mon Sep 17 00:00:00 2001
From: Mitchell Pomery <bob_george33@hotmail.com>
Date: Sun, 8 Mar 2015 23:11:54 +0800
Subject: [PATCH 02/10] Added addCard to DispenseInterface

---
 VendServer/DispenseInterface.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/VendServer/DispenseInterface.py b/VendServer/DispenseInterface.py
index 81a3f06..7af3653 100644
--- a/VendServer/DispenseInterface.py
+++ b/VendServer/DispenseInterface.py
@@ -29,6 +29,12 @@ class DispenseInterface(object):
 		pass
 
 	"""
+	Add a MIFARE card for this user
+	"""
+	def addCard(self, cardId):
+		pass
+
+	"""
 	Check if creating the user worked correctly.
 	"""
 	def isLoggedIn(self):
-- 
2.0.1

