removed some useless spaces; not very important, I know :)
[senf.git] / Examples / DVBAdapter / frontend.cc
index d805bb4..26f4336 100644 (file)
@@ -1,9 +1,9 @@
 // $Id$
 //
-// Copyright (C) 2006
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
-//     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
+//     Thorsten Horstmann <tho@berlios.de>
 //
 // 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
@@ -22,7 +22,7 @@
 
 #include <string>
 #include <iostream>
-#include "Socket/Protocols/DVB/DVBFrontendHandle.hh"
+#include <senf/Socket/Protocols/DVB.hh>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
@@ -32,7 +32,7 @@ int main(int argc, char const * argv[])
     try {
         senf::DVBFrontendHandle handle;
         int16_t strength;
-        
+
         while (true) {
             handle.protocol().signalStrength(&strength);
             std::cout << "signal strength: " << strength << "\n";