removed mods directory from the ATutor codebase
[atutor.git] / mods / social / lib / Shindig / ATutorMessagesService.php
diff --git a/mods/social/lib/Shindig/ATutorMessagesService.php b/mods/social/lib/Shindig/ATutorMessagesService.php
deleted file mode 100644 (file)
index 2a47ceb..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/****************************************************************/
-/* ATutor                                                                                                              */
-/****************************************************************/
-/* Copyright (c) 2002-2009                                                                             */
-/* Adaptive Technology Resource Centre / University of Toronto  */
-/* http://atutor.ca                                                                                            */
-/*                                                              */
-/* This program is free software. You can redistribute it and/or*/
-/* modify it under the terms of the GNU General Public License  */
-/* as published by the Free Software Foundation.                               */
-/****************************************************************/
-// $Id$
-
-class ATutorMessagesService extends ATutorService implements MessagesService {
-  public function createMessage($userId, $appId, $message, $optionalMessageId, SecurityToken $token) {
-    throw new SocialSpiException("Not implemented", ResponseError::$NOT_IMPLEMENTED);
-  }
-}
-?>
\ No newline at end of file