Imported Upstream version 2.2.1+dfsg
[shibboleth/sp.git] / shibsp / remoting / impl / ListenerService.cpp
index 600c87f..f33b307 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *  Copyright 2001-2007 Internet2
- * 
+ *  Copyright 2001-2009 Internet2
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -16,7 +16,7 @@
 
 /**
  * ListenerService.cpp
- * 
+ *
  * Interprocess remoting engine.
  */
 
@@ -93,6 +93,6 @@ void ListenerService::receive(DDF &in, ostream& out)
     Remoted* dest=lookup(in.name());
     if (!dest)
         throw ListenerException("No destination registered for incoming message addressed to ($1).",params(1,in.name()));
-    
+
     dest->receive(in, out);
 }